Kaydet (Commit) 50f08e87 authored tarafından Giuseppe Castagno's avatar Giuseppe Castagno

tdf#103274 (3): Add default XCommandEnvironment reference

Change-Id: I0a3d8fbea1143c3f7fee6f9f3cbdfc24399090ed
Reviewed-on: https://gerrit.libreoffice.org/29980Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>
üst 7403c955
......@@ -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());
}
......
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