[Libreoffice-commits] core.git: sfx2/source

Michael Stahl mstahl at redhat.com
Thu Nov 14 12:49:50 PST 2013


 sfx2/source/dialog/backingwindow.cxx |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit b87e7075e3cf92684ba901165d785be8cd5ed839
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Nov 14 21:46:01 2013 +0100

    sfx2: mac tinderbox says "system" is ambiguous so be more verbose...
    
    Change-Id: I14c3077cbdadcde651cf2772ecb833aa2a81d94b

diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index 31d399e..8ee2919 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -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&)


More information about the Libreoffice-commits mailing list