Kaydet (Commit) 296f8a57 authored tarafından Giuseppe Castagno's avatar Giuseppe Castagno

tdf#103274 (5): Add default XCommandEnvironment reference

Change-Id: I77e89d1250499687c6fadc4408c1bed409f8b167
Reviewed-on: https://gerrit.libreoffice.org/29982Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>
üst 75ab2019
......@@ -1703,7 +1703,7 @@ bool SfxObjectShell::SaveTo_Impl
{
try
{
::ucbhelper::Content aContent( rMedium.GetName(), css::uno::Reference < XCommandEnvironment >(), comphelper::getProcessComponentContext() );
::ucbhelper::Content aContent( rMedium.GetName(), utl::UCBContentHelper::getDefaultCommandEnvironment(), comphelper::getProcessComponentContext() );
css::uno::Reference < XPropertySetInfo > xProps = aContent.getProperties();
if ( xProps.is() )
{
......
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