summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/ColumnLineDataInterpreter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/ColumnLineDataInterpreter.hxx')
-rw-r--r--chart2/source/model/template/ColumnLineDataInterpreter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/ColumnLineDataInterpreter.hxx b/chart2/source/model/template/ColumnLineDataInterpreter.hxx
index 8c0505236fa2..ea7ef0a934cd 100644
--- a/chart2/source/model/template/ColumnLineDataInterpreter.hxx
+++ b/chart2/source/model/template/ColumnLineDataInterpreter.hxx
@@ -30,7 +30,7 @@ public:
explicit ColumnLineDataInterpreter(
sal_Int32 nNumberOfLines,
const css::uno::Reference< css::uno::XComponentContext > & xContext );
- virtual ~ColumnLineDataInterpreter();
+ virtual ~ColumnLineDataInterpreter() override;
protected:
// ____ XDataInterpreter ____