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

Michael Meeks michael.meeks at suse.com
Sat May 11 12:56:32 PDT 2013


 desktop/source/app/appinit.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8627bf17d565e085bb204b91dfe596c4a0430d1d
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Sat May 11 20:55:23 2013 +0100

    fdo#64311 - fix namespace issue / compile failure.
    
    Change-Id: I7ce3837a1a451560f5867786bb20d8280e7bef23

diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx
index de9299b..d555c03 100644
--- a/desktop/source/app/appinit.cxx
+++ b/desktop/source/app/appinit.cxx
@@ -96,7 +96,7 @@ static void configureUcb()
                         ".*", false);
         }
     }
-    catch ( const uno::Exception & )
+    catch ( const Exception & )
     {
         SAL_WARN( "desktop", "missing gnome-vfs component to initialize thread workaround" );
     }


More information about the Libreoffice-commits mailing list