From ac6af669f47655a127eff3d3268437e556d47b46 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 7 Feb 2015 14:07:15 +0000 Subject: coverity#1267690 Uncaught exception Change-Id: I38edf3f78d73c004cb85edd84a22dddc9d870f37 --- 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 eb802f0b9317..18115e4a7e34 100644 --- a/filter/source/config/cache/filtercache.cxx +++ b/filter/source/config/cache/filtercache.cxx @@ -1637,7 +1637,7 @@ CacheItem FilterCache::impl_loadItem(const css::uno::Reference< css::container:: if (!(aVal >>= xItem) || !xItem.is()) { OUString sMsg("found corrupted item \"" + sItem + "\"."); - throw css::uno::Exception(sMsg, css::uno::Reference< css::uno::XInterface >()); + throw css::uno::RuntimeException(sMsg, css::uno::Reference< css::uno::XInterface >()); } #ifdef WORKAROUND_EXCEPTION_PROBLEM } -- cgit