diff options
Diffstat (limited to 'configmgr/source/localizedpropertynode.hxx')
-rw-r--r-- | configmgr/source/localizedpropertynode.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/localizedpropertynode.hxx b/configmgr/source/localizedpropertynode.hxx index 1fe322fc60e9..702613f8abe8 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 SAL_OVERRIDE; + virtual rtl::Reference< Node > clone(bool keepTemplateName) const override; - virtual NodeMap & getMembers() SAL_OVERRIDE; + virtual NodeMap & getMembers() override; Type getStaticType() const { return staticType_;} @@ -48,7 +48,7 @@ private: virtual ~LocalizedPropertyNode(); - virtual Kind kind() const SAL_OVERRIDE; + virtual Kind kind() const override; Type staticType_; // as specified in the component-schema (TYPE_ANY, ..., |