diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-05-11 20:55:23 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-11 20:55:23 +0100 |
commit | 8627bf17d565e085bb204b91dfe596c4a0430d1d (patch) | |
tree | a040ac5324f52c93ef7e3619a8a8c9e97f9d258b | |
parent | 84203fab20b7eb98f0d3667e6626f5c2139e5a7f (diff) |
fdo#64311 - fix namespace issue / compile failure.
Change-Id: I7ce3837a1a451560f5867786bb20d8280e7bef23
-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" ); } |