Kaydet (Commit) b4040246 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

For me it throws uno::DeploymentException, not deployment::DeploymentException

Change-Id: I1104a2b4e551f80c748054f32a37540190076805
üst b91b5e98
......@@ -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" );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment