Kaydet (Commit) b87e7075 authored tarafından Michael Stahl's avatar Michael Stahl

sfx2: mac tinderbox says "system" is ambiguous so be more verbose...

Change-Id: I14c3077cbdadcde651cf2772ecb833aa2a81d94b
üst d5d307d6
......@@ -377,8 +377,12 @@ IMPL_LINK(BackingWindow, ExtLinkClickHdl, Button*, pButton)
sURL = value.get<OUString>();
localizeWebserviceURI(sURL);
Reference<system::XSystemShellExecute> xSystemShellExecute(system::SystemShellExecute::create(comphelper::getProcessComponentContext()));
xSystemShellExecute->execute(sURL, OUString(), com::sun::star::system::SystemShellExecuteFlags::URIS_ONLY);
Reference<css::system::XSystemShellExecute> const
xSystemShellExecute(
css::system::SystemShellExecute::create(
::comphelper::getProcessComponentContext()));
xSystemShellExecute->execute(sURL, OUString(),
css::system::SystemShellExecuteFlags::URIS_ONLY);
}
}
catch (const Exception&)
......
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