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

coverity#1242932 Uncaught exception

Change-Id: I13ef24dfa1c82ad14737dac77b18e92d3abeb96b
üst 0b384f27
...@@ -175,7 +175,7 @@ struct TokenHandler ...@@ -175,7 +175,7 @@ struct TokenHandler
return Identifier.getLength() ? Identifier[0] : 0; return Identifier.getLength() ? Identifier[0] : 0;
} }
virtual uno::Sequence< ::sal_Int8 > SAL_CALL getUTF8Identifier( ::sal_Int32 ) throw (uno::RuntimeException) SAL_OVERRIDE virtual uno::Sequence< ::sal_Int8 > SAL_CALL getUTF8Identifier( ::sal_Int32 ) throw (uno::RuntimeException, std::exception) SAL_OVERRIDE
{ {
CPPUNIT_ASSERT_MESSAGE( "TokenHandler::getUTF8Identifier() unexpected call", CPPUNIT_ASSERT_MESSAGE( "TokenHandler::getUTF8Identifier() unexpected call",
false ); false );
......
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