summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
AgeCommit message (Collapse)AuthorFilesLines
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+1
* 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-08-20Java update - clean up some more @see and @link tagsNoel Grandin1-3/+3
Change-Id: Ib6f3af37906583af376687962b758d348431585f
2012-06-29Java cleanup - remove unused local variablesNoel Grandin1-3/+0
Change-Id: Ied9c8635cde96d2d00d66a68cd8387799455c2ec
2012-06-29Java5 update - usage generics where possibleNoel Grandin1-6/+3
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.6.62); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:49:48 rt 1.6.62.1: #i87441# Change license header to LPGL v3.
2005-09-09INTEGRATION: CWS ooo19126 (1.5.80); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:44:59 rt 1.5.80.1: #i54170# Change license header: remove SISSL
2004-03-09INTEGRATION: CWS fwkmerge1 (1.4.42); FILE MERGEDJens-Heiner Rechtien1-18/+11
2004/02/18 12:50:46 sw 1.4.42.1: #115240#
2003-09-08INTEGRATION: CWS qadev11 (1.3.14); FILE MERGEDRüdiger Timm1-10/+11
2003/09/03 15:32:40 sw 1.3.14.1: #112049#
2003-05-27INTEGRATION: CWS qadev6 (1.2.8); FILE MERGEDVladimir Glazounov1-4/+4
2003/05/21 10:55:29 sg 1.2.8.1: #109819# prepare devide of runner
2003-01-31CHG: using AnyConverter instead of simple castStephan Wunderlich1-5/+13
2003-01-27NEW: initial versionStephan Wunderlich1-0/+201