summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/enumrepresentation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/enumrepresentation.hxx')
-rw-r--r--extensions/source/propctrlr/enumrepresentation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/enumrepresentation.hxx b/extensions/source/propctrlr/enumrepresentation.hxx
index f88ae0365e67..309af3c6f745 100644
--- a/extensions/source/propctrlr/enumrepresentation.hxx
+++ b/extensions/source/propctrlr/enumrepresentation.hxx
@@ -55,7 +55,7 @@ namespace pcr
const css::uno::Any& _rEnumValue
) const = 0;
- virtual ~IPropertyEnumRepresentation() { };
+ virtual ~IPropertyEnumRepresentation() override { };
};