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 9a260a029743..55ec707f9548 100644
--- a/configmgr/source/localizedvaluenode.hxx
+++ b/configmgr/source/localizedvaluenode.hxx
@@ -34,9 +34,9 @@ class LocalizedValueNode: public Node {
public:
LocalizedValueNode(int layer, com::sun::star::uno::Any const & value);
- virtual rtl::Reference< Node > clone(bool keepTemplateName) const;
+ virtual rtl::Reference< Node > clone(bool keepTemplateName) const SAL_OVERRIDE;
- virtual OUString getTemplateName() const;
+ virtual OUString getTemplateName() const SAL_OVERRIDE;
com::sun::star::uno::Any getValue() const;
@@ -47,7 +47,7 @@ private:
virtual ~LocalizedValueNode();
- virtual Kind kind() const;
+ virtual Kind kind() const SAL_OVERRIDE;
com::sun::star::uno::Any value_;
};