summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-12 21:28:57 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-10-13 09:34:06 +0300
commitb404024600df82f996882a1b770d595cf35a2ca9 (patch)
treecfee9091b5e52d0ea7fa2f845e1b878345f9e7e9 /linguistic
parentb91b5e98d0a636a549d44a5a62ac13706a7d537c (diff)
For me it throws uno::DeploymentException, not deployment::DeploymentException
Change-Id: I1104a2b4e551f80c748054f32a37540190076805
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/lngsvcmgr.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index ffee4bf1abaf..0e9a6e8a44f6 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -487,6 +487,8 @@ LngSvcMgr::LngSvcMgr()
uno::Reference<deployment::XExtensionManager> xExtensionManager;
try {
xExtensionManager = deployment::ExtensionManager::get(xContext);
+ } catch ( const uno::DeploymentException & ) {
+ SAL_WARN( "linguistic", "no extension manager - should fire on mobile only" );
} catch ( const deployment::DeploymentException & ) {
SAL_WARN( "linguistic", "no extension manager - should fire on mobile only" );
}