diff options
Diffstat (limited to 'unotools/source/ucbhelper/ucbhelper.cxx')
-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()); } |