summaryrefslogtreecommitdiff
path: root/configmgr/source/localizedpropertynode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/localizedpropertynode.hxx')
-rw-r--r--configmgr/source/localizedpropertynode.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/localizedpropertynode.hxx b/configmgr/source/localizedpropertynode.hxx
index e9ba72b5323d..fc2a23c2c5dc 100644
--- a/configmgr/source/localizedpropertynode.hxx
+++ b/configmgr/source/localizedpropertynode.hxx
@@ -35,9 +35,9 @@ class LocalizedPropertyNode: public Node {
public:
LocalizedPropertyNode(int layer, Type staticType, bool nillable);
- 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;
Type getStaticType() const;
@@ -48,9 +48,9 @@ private:
virtual ~LocalizedPropertyNode();
- virtual Kind kind() const;
+ virtual Kind kind() const SAL_OVERRIDE;
- virtual void clear();
+ virtual void clear() SAL_OVERRIDE;
Type staticType_;
// as specified in the component-schema (TYPE_ANY, ...,