fdo#46808, use service constructor
Change-Id: I8c533eb6efdcabc3475527fb16f9674ca2a5eb8b
This commit is contained in:
@@ -781,9 +781,7 @@ void OCommonEmbeddedObject::StoreDocToStorage_Impl( const uno::Reference< embed:
|
|||||||
OSL_ENSURE( xTempIn.is(), "The stream reference can not be empty!\n" );
|
OSL_ENSURE( xTempIn.is(), "The stream reference can not be empty!\n" );
|
||||||
|
|
||||||
// open storage based on document temporary file for reading
|
// open storage based on document temporary file for reading
|
||||||
uno::Reference < lang::XSingleServiceFactory > xStorageFactory(
|
uno::Reference < lang::XSingleServiceFactory > xStorageFactory = embed::StorageFactory::create(m_xContext);
|
||||||
m_xContext->getServiceManager()->createInstanceWithContext("com.sun.star.embed.StorageFactory", m_xContext),
|
|
||||||
uno::UNO_QUERY );
|
|
||||||
|
|
||||||
uno::Sequence< uno::Any > aArgs(1);
|
uno::Sequence< uno::Any > aArgs(1);
|
||||||
aArgs[0] <<= xTempIn;
|
aArgs[0] <<= xTempIn;
|
||||||
|
Reference in New Issue
Block a user