Kaydet (Commit) ac6af669 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1267690 Uncaught exception

Change-Id: I38edf3f78d73c004cb85edd84a22dddc9d870f37
üst d3aa72da
......@@ -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
}
......
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