summaryrefslogtreecommitdiff
path: root/configmgr/source/rootnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/rootnode.hxx')
-rw-r--r--configmgr/source/rootnode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/rootnode.hxx b/configmgr/source/rootnode.hxx
index 0b111925c523..28e1041f1ff7 100644
--- a/configmgr/source/rootnode.hxx
+++ b/configmgr/source/rootnode.hxx
@@ -26,11 +26,11 @@ public:
private:
virtual ~RootNode();
- virtual Kind kind() const SAL_OVERRIDE;
+ virtual Kind kind() const override;
- virtual rtl::Reference< Node > clone(bool keepTemplateName) const SAL_OVERRIDE;
+ virtual rtl::Reference< Node > clone(bool keepTemplateName) const override;
- virtual NodeMap & getMembers() SAL_OVERRIDE;
+ virtual NodeMap & getMembers() override;
NodeMap members_;
};