One more blind Windows-only ucp/odma fix attempt

Change-Id: I7b0e2eaba06b77fa7f71c66f25839c8de6c61c71
This commit is contained in:
Stephan Bergmann 2012-11-30 17:48:34 +01:00
parent ed654c4aa7
commit 0eaa504b49

View file

@ -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 );