diff options
-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 271a330f54bf..93ad0a670925 100644 --- a/unotools/source/ucbhelper/ucbhelper.cxx +++ b/unotools/source/ucbhelper/ucbhelper.cxx @@ -78,7 +78,7 @@ ucbhelper::Content content(OUString const & url) { ucbhelper::Content content(INetURLObject const & url) { return ucbhelper::Content( url.GetMainURL(INetURLObject::NO_DECODE), - css::uno::Reference<css::ucb::XCommandEnvironment>(), + utl::UCBContentHelper::getDefaultCommandEnvironment(), comphelper::getProcessComponentContext()); } |