summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-06 08:44:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-06 08:44:06 +0100
commit77ac46dcf20d5f0ca341e6a039551b8117c6571b (patch)
treef20e43b60489cfc4f1b8bdcefdc509c5e9763ed9 /ucb
parent91b2da3bc41a09a4d3bbc608268236a7e42f2685 (diff)
fdo#46808: Further fix of Windows-only odma_provider
Change-Id: I6559dd00ea6f238a4f31e384fd31b4fb05ebd5c1
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/odma/odma_provider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/odma/odma_provider.cxx b/ucb/source/ucp/odma/odma_provider.cxx
index 6fc74d923845..f9079981c259 100644
--- a/ucb/source/ucp/odma/odma_provider.cxx
+++ b/ucb/source/ucp/odma/odma_provider.cxx
@@ -246,7 +246,7 @@ uno::Reference< ucb::XContent > SAL_CALL ContentProvider::queryContent(
if(!aProp.is())
throw ucb::IllegalIdentifierException();
- xContent = new Content( m_xSMgr, this, xCanonicId ,aProp);
+ xContent = new Content( uno::Reference< lang::XMultiServiceFactory >(m_xContext->getServiceManager(), uno::UNO_QUERY_THROW), this, xCanonicId ,aProp);
registerNewContent( xContent );
if ( !xContent->getIdentifier().is() )