[Libreoffice-commits] .: ucb/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Nov 30 08:49:16 PST 2012
ucb/source/ucp/odma/odma_resultset.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0eaa504b49114becc571dd1887d6b93e3b364666
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 30 17:48:34 2012 +0100
One more blind Windows-only ucp/odma fix attempt
Change-Id: I7b0e2eaba06b77fa7f71c66f25839c8de6c61c71
diff --git a/ucb/source/ucp/odma/odma_resultset.cxx b/ucb/source/ucp/odma/odma_resultset.cxx
index 6d83a18..27f2c2b 100644
--- a/ucb/source/ucp/odma/odma_resultset.cxx
+++ b/ucb/source/ucp/odma/odma_resultset.cxx
@@ -80,9 +80,9 @@ void DynamicResultSet::initStatic()
void DynamicResultSet::initDynamic()
{
m_xResultSet1
- = new ::ucbhelper::ResultSet( comphelper::getComponentContext(m_xSMgr),
+ = new ::ucbhelper::ResultSet( m_xContext,
m_aCommand.Properties,
- new DataSupplier( m_xSMgr,
+ new DataSupplier( Reference<XMultiServiceFactory>(m_xContext->getServiceManager(), UNO_QUERY_THROW),
m_xContent,
m_aCommand.Mode ),
m_xEnv );
More information about the Libreoffice-commits
mailing list