summaryrefslogtreecommitdiff
path: root/include/comphelper/propstate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propstate.hxx')
-rw-r--r--include/comphelper/propstate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/propstate.hxx b/include/comphelper/propstate.hxx
index a06296f9568a..fbce94e7951a 100644
--- a/include/comphelper/propstate.hxx
+++ b/include/comphelper/propstate.hxx
@@ -68,7 +68,7 @@ namespace comphelper
virtual css::uno::Any getPropertyDefaultByHandle(sal_Int32 nHandle) const;
protected:
- virtual ~OPropertyStateHelper();
+ virtual ~OPropertyStateHelper() override;
void firePropertyChange(sal_Int32 nHandle, const css::uno::Any& aNewValue, const css::uno::Any& aOldValue);
@@ -85,7 +85,7 @@ namespace comphelper
{
protected:
OStatefulPropertySet();
- virtual ~OStatefulPropertySet();
+ virtual ~OStatefulPropertySet() override;
protected:
DECLARE_XINTERFACE()