summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/childlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/childlist.hxx')
-rw-r--r--unoxml/source/dom/childlist.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/unoxml/source/dom/childlist.hxx b/unoxml/source/dom/childlist.hxx
index 91daba41eb7f..24f833eff749 100644
--- a/unoxml/source/dom/childlist.hxx
+++ b/unoxml/source/dom/childlist.hxx
@@ -47,12 +47,11 @@ namespace DOM
/**
The number of nodes in the list.
*/
- virtual sal_Int32 SAL_CALL getLength() throw (css::uno::RuntimeException, std::exception) override;
+ virtual sal_Int32 SAL_CALL getLength() override;
/**
Returns the indexth item in the collection.
*/
- virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL item(sal_Int32 index)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL item(sal_Int32 index) override;
};
}