summaryrefslogtreecommitdiff
path: root/configmgr/source/localizedvaluenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/localizedvaluenode.hxx')
-rw-r--r--configmgr/source/localizedvaluenode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/localizedvaluenode.hxx b/configmgr/source/localizedvaluenode.hxx
index f2aa68a084f9..f4300e977b04 100644
--- a/configmgr/source/localizedvaluenode.hxx
+++ b/configmgr/source/localizedvaluenode.hxx
@@ -35,9 +35,9 @@ public:
explicit LocalizedValueNode(int layer);
LocalizedValueNode(int layer, css::uno::Any const & value);
- virtual rtl::Reference< Node > clone(bool keepTemplateName) const SAL_OVERRIDE;
+ virtual rtl::Reference< Node > clone(bool keepTemplateName) const override;
- virtual OUString getTemplateName() const SAL_OVERRIDE;
+ virtual OUString getTemplateName() const override;
css::uno::Any getValue() const { return value_;}
css::uno::Any *getValuePtr(int layer)
@@ -53,7 +53,7 @@ private:
virtual ~LocalizedValueNode();
- virtual Kind kind() const SAL_OVERRIDE;
+ virtual Kind kind() const override;
css::uno::Any value_;
};