One more blind Windows-only ucp/odma fix attempt
Change-Id: I7b0e2eaba06b77fa7f71c66f25839c8de6c61c71
This commit is contained in:
parent
ed654c4aa7
commit
0eaa504b49
1 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue