Kaydet (Commit) 319078f1 authored tarafından Joseph Powers's avatar Joseph Powers Kaydeden (comit) Thomas Klausner

Add explicit namespaces to two entries.

üst 7cdc745f
...@@ -295,10 +295,10 @@ IMPL_LINK( AboutDialog, HandleHyperlink, svt::FixedHyperlink*, pHyperlink ) ...@@ -295,10 +295,10 @@ IMPL_LINK( AboutDialog, HandleHyperlink, svt::FixedHyperlink*, pHyperlink )
return 1; return 1;
try try
{ {
uno::Reference< system::XSystemShellExecute > xSystemShellExecute( uno::Reference< com::sun::star::system::XSystemShellExecute > xSystemShellExecute(
::comphelper::getProcessServiceFactory()->createInstance( ::comphelper::getProcessServiceFactory()->createInstance(
DEFINE_CONST_UNICODE("com.sun.star.system.SystemShellExecute") ), uno::UNO_QUERY_THROW ); DEFINE_CONST_UNICODE("com.sun.star.system.SystemShellExecute") ), uno::UNO_QUERY_THROW );
xSystemShellExecute->execute( sURL, rtl::OUString(), system::SystemShellExecuteFlags::DEFAULTS ); xSystemShellExecute->execute( sURL, rtl::OUString(), com::sun::star::system::SystemShellExecuteFlags::DEFAULTS );
} }
catch ( uno::Exception& ) catch ( uno::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