Kaydet (Commit) 4c157262 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308516 Uncaught exception

Change-Id: If5dcf42448f87888e9f6bab2209bc1f9dd1d525c
üst 4d58a80f
...@@ -39,7 +39,7 @@ class FWE_DLLPUBLIC XMLNamespaces ...@@ -39,7 +39,7 @@ class FWE_DLLPUBLIC XMLNamespaces
throw( ::com::sun::star::xml::sax::SAXException ); throw( ::com::sun::star::xml::sax::SAXException );
OUString applyNSToAttributeName( const OUString& ) const OUString applyNSToAttributeName( const OUString& ) const
throw( ::com::sun::star::xml::sax::SAXException ); throw( ::com::sun::star::xml::sax::SAXException, std::exception );
OUString applyNSToElementName( const OUString& ) const OUString applyNSToElementName( const OUString& ) const
throw( ::com::sun::star::xml::sax::SAXException ); throw( ::com::sun::star::xml::sax::SAXException );
......
...@@ -93,7 +93,7 @@ void XMLNamespaces::addNamespace( const OUString& aName, const OUString& aValue ...@@ -93,7 +93,7 @@ void XMLNamespaces::addNamespace( const OUString& aName, const OUString& aValue
} }
} }
OUString XMLNamespaces::applyNSToAttributeName( const OUString& aName ) const throw( SAXException ) OUString XMLNamespaces::applyNSToAttributeName( const OUString& aName ) const throw( SAXException, std::exception )
{ {
// xml draft: there is no default namespace for attributes! // xml draft: there is no default namespace for attributes!
......
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