diff options
author | Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> | 2016-10-16 10:17:55 +0200 |
---|---|---|
committer | Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> | 2016-10-17 14:48:09 +0000 |
commit | 1c304b206e77f19fcca2cf61a854100c28196e7b (patch) | |
tree | 6dbf529d87378aa08031a5ee86e0b61827f729a4 /unotools | |
parent | 6786748a70046c7b7f19388985df8db2b20aeff3 (diff) |
tdf#103274: Add default XCommandEnvironment reference
Change-Id: I4c9e4945e9fd4bb4fc2fe29e5a2a800cc5f298ae
Reviewed-on: https://gerrit.libreoffice.org/29966
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/ucbhelper/ucbhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/ucbhelper.cxx b/unotools/source/ucbhelper/ucbhelper.cxx index aa751b679c9d..271a330f54bf 100644 --- a/unotools/source/ucbhelper/ucbhelper.cxx +++ b/unotools/source/ucbhelper/ucbhelper.cxx @@ -71,7 +71,7 @@ OUString canonic(OUString const & url) { ucbhelper::Content content(OUString const & url) { return ucbhelper::Content( canonic(url), - css::uno::Reference<css::ucb::XCommandEnvironment>(), + utl::UCBContentHelper::getDefaultCommandEnvironment(), comphelper::getProcessComponentContext()); } |