diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-30 17:48:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-30 17:48:49 +0100 |
commit | 0eaa504b49114becc571dd1887d6b93e3b364666 (patch) | |
tree | f5c2f65584f69a1fe0120a2eadd9c1ac9a845278 /ucb | |
parent | ed654c4aa7f9f10fcb16127349009bc0c38b12e8 (diff) |
One more blind Windows-only ucp/odma fix attempt
Change-Id: I7b0e2eaba06b77fa7f71c66f25839c8de6c61c71
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/odma/odma_resultset.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/odma/odma_resultset.cxx b/ucb/source/ucp/odma/odma_resultset.cxx index 6d83a189cd95..27f2c2b0d876 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 ); |