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