summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/DataBrowserModel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-08 08:32:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-08 08:57:05 +0000
commitf606a6b248956094a14c15d8154af5f8522e415b (patch)
tree706e1c8708627fd3819f84972e7baf17036fe720 /chart2/source/controller/dialogs/DataBrowserModel.hxx
parent98460e7a502e61f8885c6fb960f0f9fa69de4f3e (diff)
loplugin:unnecessaryvirtual in basctl..chart2
Change-Id: Id4eeb12792c3a66b68a907cb459ab437e3d64e4c Reviewed-on: https://gerrit.libreoffice.org/30680 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/dialogs/DataBrowserModel.hxx')
-rw-r--r--chart2/source/controller/dialogs/DataBrowserModel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowserModel.hxx b/chart2/source/controller/dialogs/DataBrowserModel.hxx
index c57d4ef320bf..f191a607faee 100644
--- a/chart2/source/controller/dialogs/DataBrowserModel.hxx
+++ b/chart2/source/controller/dialogs/DataBrowserModel.hxx
@@ -35,13 +35,13 @@ namespace chart
class DialogModel;
-class DataBrowserModel
+class DataBrowserModel final
{
public:
explicit DataBrowserModel(
const css::uno::Reference< css::chart2::XChartDocument > & xChartDoc,
const css::uno::Reference< css::uno::XComponentContext > & xContext );
- virtual ~DataBrowserModel();
+ ~DataBrowserModel();
/** Inserts a new data series after the data series to which the data column
with index nAfterColumnIndex belongs.