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.hxx18
1 files changed, 6 insertions, 12 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx
index 0e05bb3b6a19..ba31f5c5f022 100644
--- a/include/xmlscript/xml_helper.hxx
+++ b/include/xmlscript/xml_helper.hxx
@@ -80,18 +80,12 @@ public:
css::uno::Reference< css::xml::sax::XDocumentHandler > const & xOut );
// XAttributeList
- virtual sal_Int16 SAL_CALL getLength()
- throw (css::uno::RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getNameByIndex( sal_Int16 nPos )
- throw (css::uno::RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getTypeByIndex( sal_Int16 nPos )
- throw (css::uno::RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getTypeByName( OUString const & rName )
- throw (css::uno::RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getValueByIndex( sal_Int16 nPos )
- throw (css::uno::RuntimeException, std::exception) override;
- virtual OUString SAL_CALL getValueByName( OUString const & rName )
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual sal_Int16 SAL_CALL getLength() override;
+ virtual OUString SAL_CALL getNameByIndex( sal_Int16 nPos ) override;
+ virtual OUString SAL_CALL getTypeByIndex( sal_Int16 nPos ) override;
+ virtual OUString SAL_CALL getTypeByName( OUString const & rName ) override;
+ virtual OUString SAL_CALL getValueByIndex( sal_Int16 nPos ) override;
+ virtual OUString SAL_CALL getValueByName( OUString const & rName ) override;
protected:
::std::vector< css::uno::Reference<