coverity#707484 Uncaught exception

Change-Id: I1881add525365feaf25ce61b2be027f6ea1bcce7
This commit is contained in:
Caolán McNamara
2014-04-24 09:11:31 +01:00
parent a089a4e27a
commit 946c7b03f4

View File

@@ -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] ) )
{