summaryrefslogtreecommitdiff
path: root/ucbhelper/Package_inc.mk
AgeCommit message (Collapse)Author
2012-11-05fdo#46808: Work around cyclic comphelper use in ucbhelperStephan Bergmann
...by duplicating getComponentContext for now. Change-Id: Idad067b52e5ad9ed8a4f6676bc17db6c14807d56
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
* 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-06-16gbuildification of ucbhelperNorbert Thiebaud
Change-Id: I1fb3d36af07fe834cddc06c54d27a786dc583c8c
2012-06-16revert gmk4Norbert Thiebaud
Change-Id: I4b78a8efeadf47f8fa3f30a87433d3ccb9c1beb1
2012-06-04CMIS ucp: write documents back to CMIS serverCédric Bosdonnat
This change needs a git repo build of libcmis. Change-Id: I I740d18dbf3c36d9387b867e750fcbe8e114e5362
2011-10-01CMIS UCP: get the document content streamCédric Bosdonnat
2011-08-26unusedcode: ucbhelper:: cleaningMatúš Kukan
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-06-16CWS gnumake4: convert ucbhelper to new build systemMathias Bauer