From 55803acc19045f7c983ca65dd3e16024859d937a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Feb 2015 09:52:18 +0000 Subject: coverity#1267696 Uncaught exception Change-Id: I3b4a1db77a5b9888e2ac5db32ba2cb8f904e663d --- filter/source/config/cache/filtercache.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/source') 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 ---------------------------------- } -- cgit