[Libreoffice-commits] .: ucb/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 5 23:44:43 PST 2012


 ucb/source/ucp/odma/odma_provider.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 77ac46dcf20d5f0ca341e6a039551b8117c6571b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 6 08:44:06 2012 +0100

    fdo#46808: Further fix of Windows-only odma_provider
    
    Change-Id: I6559dd00ea6f238a4f31e384fd31b4fb05ebd5c1

diff --git a/ucb/source/ucp/odma/odma_provider.cxx b/ucb/source/ucp/odma/odma_provider.cxx
index 6fc74d9..f907998 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() )


More information about the Libreoffice-commits mailing list