diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-02-04 09:52:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-04 11:10:58 +0000 |
commit | 55803acc19045f7c983ca65dd3e16024859d937a (patch) | |
tree | f4097f868f18a5e068fb28801f66eb6591d492d4 | |
parent | f22c19c0a47df4c848b40d78c2788da797f33d09 (diff) |
coverity#1267696 Uncaught exception
Change-Id: I3b4a1db77a5b9888e2ac5db32ba2cb8f904e663d
-rw-r--r-- | filter/source/config/cache/filtercache.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx index 1bbdfc667e14..dddc603c72cf 100644 --- a/filter/source/config/cache/filtercache.cxx +++ b/filter/source/config/cache/filtercache.cxx @@ -771,7 +771,7 @@ const CacheItemList& FilterCache::impl_getItemList(EItemType eType) const } - throw css::uno::Exception("unknown sub container requested.", + throw css::uno::RuntimeException("unknown sub container requested.", css::uno::Reference< css::uno::XInterface >()); // <- SAFE ---------------------------------- } |