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 354b4d7feeb9..6b1274ffa554 100644
--- a/configmgr/source/rootnode.hxx
+++ b/configmgr/source/rootnode.hxx
@@ -26,11 +26,11 @@ public:
private:
virtual ~RootNode();
- virtual Kind kind() const;
+ virtual Kind kind() const SAL_OVERRIDE;
- virtual rtl::Reference< Node > clone(bool keepTemplateName) const;
+ virtual rtl::Reference< Node > clone(bool keepTemplateName) const SAL_OVERRIDE;
- virtual NodeMap & getMembers();
+ virtual NodeMap & getMembers() SAL_OVERRIDE;
NodeMap members_;
};