summaryrefslogtreecommitdiff
path: root/framework/inc/xml/xmlnamespaces.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/xmlnamespaces.hxx')
-rw-r--r--framework/inc/xml/xmlnamespaces.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/framework/inc/xml/xmlnamespaces.hxx b/framework/inc/xml/xmlnamespaces.hxx
index bc075417fea1..101c3f4e1d34 100644
--- a/framework/inc/xml/xmlnamespaces.hxx
+++ b/framework/inc/xml/xmlnamespaces.hxx
@@ -36,22 +36,18 @@ class FWE_DLLPUBLIC XMLNamespaces final
~XMLNamespaces();
/// @throws css::xml::sax::SAXException
- void addNamespace( const OUString& aName, const OUString& aValue )
- throw( css::xml::sax::SAXException );
+ void addNamespace( const OUString& aName, const OUString& aValue );
/// @throws css::xml::sax::SAXException
- OUString applyNSToAttributeName( const OUString& ) const
- throw( css::xml::sax::SAXException, std::exception );
+ OUString applyNSToAttributeName( const OUString& ) const;
/// @throws css::xml::sax::SAXException
- OUString applyNSToElementName( const OUString& ) const
- throw( css::xml::sax::SAXException, std::exception );
+ OUString applyNSToElementName( const OUString& ) const;
private:
typedef ::std::map< OUString, OUString > NamespaceMap;
/// @throws css::xml::sax::SAXException
- OUString getNamespaceValue( const OUString& aNamespace ) const
- throw( css::xml::sax::SAXException );
+ OUString getNamespaceValue( const OUString& aNamespace ) const;
OUString m_aDefaultNamespace;
OUString m_aXMLAttributeNamespace;