Kaydet (Commit) 0eaa504b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

One more blind Windows-only ucp/odma fix attempt

Change-Id: I7b0e2eaba06b77fa7f71c66f25839c8de6c61c71
üst ed654c4a
...@@ -80,9 +80,9 @@ void DynamicResultSet::initStatic() ...@@ -80,9 +80,9 @@ void DynamicResultSet::initStatic()
void DynamicResultSet::initDynamic() void DynamicResultSet::initDynamic()
{ {
m_xResultSet1 m_xResultSet1
= new ::ucbhelper::ResultSet( comphelper::getComponentContext(m_xSMgr), = new ::ucbhelper::ResultSet( m_xContext,
m_aCommand.Properties, m_aCommand.Properties,
new DataSupplier( m_xSMgr, new DataSupplier( Reference<XMultiServiceFactory>(m_xContext->getServiceManager(), UNO_QUERY_THROW),
m_xContent, m_xContent,
m_aCommand.Mode ), m_aCommand.Mode ),
m_xEnv ); m_xEnv );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment