summaryrefslogtreecommitdiff
path: root/configmgr/source/propertynode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/propertynode.hxx')
-rw-r--r--configmgr/source/propertynode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/propertynode.hxx b/configmgr/source/propertynode.hxx
index 273fc5235eef..7716ae963e34 100644
--- a/configmgr/source/propertynode.hxx
+++ b/configmgr/source/propertynode.hxx
@@ -39,7 +39,7 @@ public:
int layer, Type staticType, bool nillable,
css::uno::Any const & value, bool extension);
- virtual rtl::Reference< Node > clone(bool keepTemplateName) const SAL_OVERRIDE;
+ virtual rtl::Reference< Node > clone(bool keepTemplateName) const override;
Type getStaticType() const { return staticType_;}
@@ -59,7 +59,7 @@ private:
virtual ~PropertyNode();
- virtual Kind kind() const SAL_OVERRIDE;
+ virtual Kind kind() const override;
Type staticType_;
// as specified in the component-schema (TYPE_ANY, ...,