summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/properties/textproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sdr/properties/textproperties.hxx')
-rw-r--r--svx/inc/sdr/properties/textproperties.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/sdr/properties/textproperties.hxx b/svx/inc/sdr/properties/textproperties.hxx
index a7f88280706d..b2c73f4d0a00 100644
--- a/svx/inc/sdr/properties/textproperties.hxx
+++ b/svx/inc/sdr/properties/textproperties.hxx
@@ -55,7 +55,7 @@ namespace sdr
TextProperties(const TextProperties& rProps, SdrObject& rObj);
// destructor
- virtual ~TextProperties();
+ virtual ~TextProperties() override;
// Clone() operator, normally just calls the local copy constructor
virtual BaseProperties& Clone(SdrObject& rObj) const override;