summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-04 09:55:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-04 11:10:59 +0000
commitaf6811b3d0aff8f2823b420e07218338dcb49911 (patch)
tree26c6dc761f1dfbaee02e75c4426c5a5c3ef3f52a /filter
parentc4fcc5986d0e80e8cefb76359ffde3c59017dda4 (diff)
coverity#1267691 Uncaught exception
and coverity#1267690 Uncaught exception Change-Id: I728fc0fb1c5e472ab40649e949499d98e3ee2b7f
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 5b2a26846aa0..828e9f6b42b6 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -847,7 +847,7 @@ css::uno::Reference< css::uno::XInterface > FilterCache::impl_openConfig(EConfig
}
break;
- default : throw css::uno::Exception("These configuration node is not supported here for open!", 0);
+ default : throw css::uno::RuntimeException("These configuration node is not supported here for open!", 0);
}
{
@@ -880,8 +880,6 @@ css::uno::Reference< css::uno::XInterface > FilterCache::impl_openConfig(EConfig
return *pConfig;
}
-
-
css::uno::Any FilterCache::impl_getDirectCFGValue(const OUString& sDirectKey)
{
OUString sRoot;