summaryrefslogtreecommitdiff
path: root/include/xmlscript/xml_helper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlscript/xml_helper.hxx')
-rw-r--r--include/xmlscript/xml_helper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx
index 62b46996d5e5..940aa15218b3 100644
--- a/include/xmlscript/xml_helper.hxx
+++ b/include/xmlscript/xml_helper.hxx
@@ -81,17 +81,17 @@ public:
// XAttributeList
virtual sal_Int16 SAL_CALL getLength()
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override;
virtual OUString SAL_CALL getNameByIndex( sal_Int16 nPos )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override;
virtual OUString SAL_CALL getTypeByIndex( sal_Int16 nPos )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override;
virtual OUString SAL_CALL getTypeByName( OUString const & rName )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override;
virtual OUString SAL_CALL getValueByIndex( sal_Int16 nPos )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override;
virtual OUString SAL_CALL getValueByName( OUString const & rName )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override;
protected:
OUString _name;