summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-11 20:55:23 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-11 20:55:23 +0100
commit8627bf17d565e085bb204b91dfe596c4a0430d1d (patch)
treea040ac5324f52c93ef7e3619a8a8c9e97f9d258b /desktop
parent84203fab20b7eb98f0d3667e6626f5c2139e5a7f (diff)
fdo#64311 - fix namespace issue / compile failure.
Change-Id: I7ce3837a1a451560f5867786bb20d8280e7bef23
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/appinit.cxx2
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" );
}