summaryrefslogtreecommitdiff
path: root/framework/source/fwe/xml
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-29 09:10:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-29 09:43:32 +0100
commit3e9a13f16cf439876775ed5009690862a8d276d1 (patch)
tree3e52ce0db55dd5ea244a7ea33b477c04b15d8f14 /framework/source/fwe/xml
parentfab69b025b7011728fe105215ab790811db61ca1 (diff)
coverity#1308570 Uncaught exception
Change-Id: I9009a96e09943b5339c6ef6995d9a28c3e4b596c
Diffstat (limited to 'framework/source/fwe/xml')
-rw-r--r--framework/source/fwe/xml/xmlnamespaces.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwe/xml/xmlnamespaces.cxx b/framework/source/fwe/xml/xmlnamespaces.cxx
index f65e66910f65..a208e440a3b4 100644
--- a/framework/source/fwe/xml/xmlnamespaces.cxx
+++ b/framework/source/fwe/xml/xmlnamespaces.cxx
@@ -118,7 +118,7 @@ OUString XMLNamespaces::applyNSToAttributeName( const OUString& aName ) const th
return aName;
}
-OUString XMLNamespaces::applyNSToElementName( const OUString& aName ) const throw( SAXException )
+OUString XMLNamespaces::applyNSToElementName( const OUString& aName ) const throw( SAXException, std::exception )
{
// xml draft: element names can have a default namespace