summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-01 16:17:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-01 20:28:57 +0100
commit7df609db556cadb78d9b861d4bea5da75deb8704 (patch)
treef9b55c156801024abeacd1b7e9b935c500fb7c3b /unoxml
parent0b384f2756c690a3b9ed102118f40ee4c0da5abf (diff)
coverity#1242932 Uncaught exception
Change-Id: I13ef24dfa1c82ad14737dac77b18e92d3abeb96b
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/qa/unit/domtest.cxx2
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 );