Commit Graph

10 Commits

Author SHA1 Message Date
68b9fb0aae Java cleanup - remove unnecessary casts in the ODK code
Change-Id: I1ab8ad5182444fc3eebd2349135a0240ebbe0fd4
Reviewed-on: https://gerrit.libreoffice.org/3566
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23 10:29:36 +00:00
9ac86f484b Improvement on previous commit, UCB clean up
* As UCB is only ever initialized with "Local"/"Office", remove this
  configuration vector completely.  The "create" ctor creates an instance
  internally initialized with those "Local"/"Office" keys.  Special (test) code
  can still instantiate an uninitialized one via plain createInstance.  And for
  backwards compatilibity process startup still ensures to create an initialized
  instance early, in case there is still code out there (in extensions) that
  later calls plain createInstance and expects to get the already-initialized
  (single) instance.

* XInitialization is an "implementation detail" of the UniversalContentBroker
  service, do not expose in XUniversalContentBroker.

* ucbhelper/configurationkeys.hxx is no longer needed and is removed.

* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
  requires ucbhelper::Content constructors to take explicit XComponentContext
  arguments now.

* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
  Android-only InitUCBHelper.  Is that relevant still?

Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-14 18:24:49 +02:00
743e22ec8b Java cleanup, remove unnecessary imports
Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
2012-09-06 17:13:58 +02:00
3b8b6cef10 Change <file>.toURL() to <file>.toURI().toURL() 2011-05-03 23:02:44 +02:00
1296914c84 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
29c09ffb17 INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2005/01/18 15:52:18 jsc 1.4.40.5: #i29308# generate output in the output directory
2005/01/17 14:30:13 jsc 1.4.40.4: RESYNC: (1.4-1.5); FILE MERGED
2004/08/06 14:37:09 jsc 1.4.40.3: #i29308# use System.err for error output
2004/06/16 09:43:23 jsc 1.4.40.2: #i29308# explicit imports
2004/06/14 08:33:40 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:57:49 +00:00
4529179fc4 INTEGRATION: CWS kso12 (1.4.64); FILE MERGED
2004/12/02 13:47:53 kso 1.4.64.1: #110502# - When using default parameters, all examples are now guaranteed
           to work without throwing an exception, even if executed the
           second, third, fourth, ... time.
         - 'make clean' now removes files created by the examples.
2004-12-23 08:48:09 +00:00
45651854fe INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:41 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 19:06:13 +00:00
209fb21b83 INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
2003/06/24 13:40:26 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:47:53 +00:00
5e34af850f INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/09 11:36:40 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:43:24 +00:00