summaryrefslogtreecommitdiff
path: root/oox/source/export/ColorPropertySet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/export/ColorPropertySet.hxx')
-rw-r--r--oox/source/export/ColorPropertySet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/ColorPropertySet.hxx b/oox/source/export/ColorPropertySet.hxx
index 11d73a8589c0..88fc20d3c286 100644
--- a/oox/source/export/ColorPropertySet.hxx
+++ b/oox/source/export/ColorPropertySet.hxx
@@ -39,7 +39,7 @@ class ColorPropertySet : public ::cppu::WeakImplHelper<
public:
// if bFillColor == false, the color is a LineColor
explicit ColorPropertySet( sal_Int32 nColor, bool bFillColor = true );
- virtual ~ColorPropertySet();
+ virtual ~ColorPropertySet() override;
protected:
// ____ XPropertySet ____