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

coverity#707484 Uncaught exception

Change-Id: I1881add525365feaf25ce61b2be027f6ea1bcce7
üst a089a4e2
......@@ -102,7 +102,7 @@ void ImplFillElementList(
pNames[n], rtl_UriCharClassRelSegment,
rtl_UriEncodeStrict, RTL_TEXTENCODING_UTF8);
if (sEncName.isEmpty() && !pNames[n].isEmpty())
throw css::uno::Exception("Failed to encode element name of XStorage", 0);
throw css::uno::RuntimeException("Failed to encode element name of XStorage", 0);
if ( rxStore->isStreamElement( pNames[n] ) )
{
......
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