sfx2/source/doc/sfxbasemodel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aaa3072313267c17fa30b56ea7e81e6ac00339c1
Author: Giuseppe Castagno <giuseppe.casta...@acca-esse.eu>
Date:   Sun Oct 16 10:09:44 2016 +0200

    tdf#103274 (7): Add default XCommandEnvironment reference
    
    Change-Id: I734f673c54956daf7070bf3e8faeac5102bac01f
    Reviewed-on: https://gerrit.libreoffice.org/29992
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Giuseppe Castagno <giuseppe.casta...@acca-esse.eu>

diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 23c4478..55bbf0a 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -2628,7 +2628,7 @@ void SfxBaseModel::loadCmisProperties( )
         try
         {
             ::ucbhelper::Content aContent( pMedium->GetName( ),
-                Reference<ucb::XCommandEnvironment>(),
+                utl::UCBContentHelper::getDefaultCommandEnvironment(),
                 comphelper::getProcessComponentContext() );
             Reference < beans::XPropertySetInfo > xProps = 
aContent.getProperties();
             OUString aCmisProps( "CmisProperties" );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to