desktop/source/app/appinit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8627bf17d565e085bb204b91dfe596c4a0430d1d Author: Michael Meeks <michael.me...@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" ); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits