diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/appinit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx index de9299b11158..d555c03ebbd1 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" ); } |