summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
index 3755aeb93209..25d8121d3bee 100644
--- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
@@ -67,7 +67,7 @@ public:
, sal_Int32 nPointIndex //ignored for series
, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~DataSeriesPointWrapper();
+ virtual ~DataSeriesPointWrapper() override;
bool isSupportingAreaProperties();
bool isLinesForbidden() { return !m_bLinesAllowed;}