diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-01 16:17:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-01 20:28:57 +0100 |
commit | 7df609db556cadb78d9b861d4bea5da75deb8704 (patch) | |
tree | f9b55c156801024abeacd1b7e9b935c500fb7c3b /unoxml/qa/unit | |
parent | 0b384f2756c690a3b9ed102118f40ee4c0da5abf (diff) |
coverity#1242932 Uncaught exception
Change-Id: I13ef24dfa1c82ad14737dac77b18e92d3abeb96b
Diffstat (limited to 'unoxml/qa/unit')
-rw-r--r-- | unoxml/qa/unit/domtest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/qa/unit/domtest.cxx b/unoxml/qa/unit/domtest.cxx index 49eefe0997eb..34558c56af55 100644 --- a/unoxml/qa/unit/domtest.cxx +++ b/unoxml/qa/unit/domtest.cxx @@ -175,7 +175,7 @@ struct TokenHandler 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", false ); |