diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-07-13 14:01:21 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-07-13 14:01:21 +0200 |
commit | 910056401972274d3ed4ec6150b68a1bc206fa41 (patch) | |
tree | 7edb4beb9933dda6f15ec40f48b9efa8e4db5ef0 /ucb/source | |
parent | 3fde8ee0b9f95182f701363a622793d3e4277ebf (diff) | |
parent | 07a000e572751457da400f615c085e6916c2aa28 (diff) |
CWS-TOOLING: integrate CWS fwk147_OOO330
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/core/cmdenv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/cmdenv.cxx b/ucb/source/core/cmdenv.cxx index 0f425e814400..5c0136fab063 100644 --- a/ucb/source/core/cmdenv.cxx +++ b/ucb/source/core/cmdenv.cxx @@ -183,7 +183,7 @@ UcbCommandEnvironment::createServiceFactory( const uno::Reference< lang::XMultiServiceFactory >& rxServiceMgr ) { return uno::Reference< lang::XSingleServiceFactory >( - cppu::createOneInstanceFactory( + cppu::createSingleFactory( rxServiceMgr, UcbCommandEnvironment::getImplementationName_Static(), UcbCommandEnvironment_CreateInstance, |