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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/childlist.hxx b/unoxml/source/dom/childlist.hxx
index fa94ed62a212..91daba41eb7f 100644
--- a/unoxml/source/dom/childlist.hxx
+++ b/unoxml/source/dom/childlist.hxx
@@ -47,12 +47,12 @@ namespace DOM
/**
The number of nodes in the list.
*/
- virtual sal_Int32 SAL_CALL getLength() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual sal_Int32 SAL_CALL getLength() throw (css::uno::RuntimeException, std::exception) 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) SAL_OVERRIDE;
+ throw (css::uno::RuntimeException, std::exception) override;
};
}