summaryrefslogtreecommitdiff
path: root/forms/source/xforms/propertysetbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/propertysetbase.hxx')
-rw-r--r--forms/source/xforms/propertysetbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx
index 8563f0b9160c..4408f8a23c94 100644
--- a/forms/source/xforms/propertysetbase.hxx
+++ b/forms/source/xforms/propertysetbase.hxx
@@ -45,7 +45,7 @@ class PropertyAccessorBase : public salhelper::SimpleReferenceObject
{
protected:
PropertyAccessorBase() { }
- virtual ~PropertyAccessorBase();
+ virtual ~PropertyAccessorBase() override;
public:
@@ -188,7 +188,7 @@ private:
protected:
PropertySetBase();
- virtual ~PropertySetBase();
+ virtual ~PropertySetBase() override;
/** registers a new property to be supported by this instance
@param rProperty