summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
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" );
}