summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/chart/plotareaconverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/chart/plotareaconverter.cxx')
-rw-r--r--oox/source/drawingml/chart/plotareaconverter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/chart/plotareaconverter.cxx b/oox/source/drawingml/chart/plotareaconverter.cxx
index b7796db7445a..71477a92af8a 100644
--- a/oox/source/drawingml/chart/plotareaconverter.cxx
+++ b/oox/source/drawingml/chart/plotareaconverter.cxx
@@ -65,7 +65,7 @@ class AxesSetConverter : public ConverterBase< AxesSetModel >
{
public:
explicit AxesSetConverter( const ConverterRoot& rParent, AxesSetModel& rModel );
- virtual ~AxesSetConverter();
+ virtual ~AxesSetConverter() override;
/** Converts the axes set model to a chart2 diagram. Returns an automatic
chart title from a single series title, if possible. */