summaryrefslogtreecommitdiff
path: root/framework/source/xml
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-13 13:17:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-13 14:56:21 +0000
commit9a34c555293d27a392581acc34c06df4559930fc (patch)
treead1eb2cb85982c5dc13bb1e07198a3c0d7828798 /framework/source/xml
parent24949f84ae3ea323676039f4fd4ca204c074468b (diff)
coverity#737239 Uncaught exception
Change-Id: Ic9635e77e5fd4e356b30aac314c7438060b82a58
Diffstat (limited to 'framework/source/xml')
-rw-r--r--framework/source/xml/imagesdocumenthandler.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/source/xml/imagesdocumenthandler.cxx b/framework/source/xml/imagesdocumenthandler.cxx
index ec14d8f109ec..4db5553492c9 100644
--- a/framework/source/xml/imagesdocumenthandler.cxx
+++ b/framework/source/xml/imagesdocumenthandler.cxx
@@ -497,7 +497,9 @@ throw( SAXException, RuntimeException )
}
void SAL_CALL OReadImagesDocumentHandler::endElement(const OUString& aName)
-throw( SAXException, RuntimeException )
+ throw(SAXException,
+ RuntimeException,
+ std::exception)
{
ResetableGuard aGuard( m_aLock );