[Libreoffice-commits] .: sfx2/source

Thomas Klausner tklausner at kemper.freedesktop.org
Thu Oct 21 09:44:13 PDT 2010


 sfx2/source/dialog/about.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9bbdd2e242a81d5bba9a5a81d647527051241f53
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Thu Oct 21 18:43:18 2010 +0200

    Add explicit namespaces to two entries.

diff --git a/sfx2/source/dialog/about.cxx b/sfx2/source/dialog/about.cxx
index a6360e1..5ded4c6 100644
--- a/sfx2/source/dialog/about.cxx
+++ b/sfx2/source/dialog/about.cxx
@@ -295,10 +295,10 @@ IMPL_LINK( AboutDialog, HandleHyperlink, svt::FixedHyperlink*, pHyperlink )
         return 1;
     try 
     {
-        uno::Reference< system::XSystemShellExecute > xSystemShellExecute(
+        uno::Reference< com::sun::star::system::XSystemShellExecute > xSystemShellExecute(
             ::comphelper::getProcessServiceFactory()->createInstance(
                 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& )
     {


More information about the Libreoffice-commits mailing list