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