summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/res_LegendPosition.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/inc/res_LegendPosition.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/inc/res_LegendPosition.hxx')
-rw-r--r--chart2/source/controller/inc/res_LegendPosition.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/res_LegendPosition.hxx b/chart2/source/controller/inc/res_LegendPosition.hxx
index cf6442008160..bed2a64cfc8d 100644
--- a/chart2/source/controller/inc/res_LegendPosition.hxx
+++ b/chart2/source/controller/inc/res_LegendPosition.hxx
@@ -29,7 +29,7 @@
namespace chart
{
-class LegendPositionResources
+class LegendPositionResources final
{
public:
@@ -38,7 +38,7 @@ public:
//constructor inclusive Display checkbox
LegendPositionResources(VclBuilderContainer& rParent, const css::uno::Reference<
css::uno::XComponentContext>& xCC );
- virtual ~LegendPositionResources();
+ ~LegendPositionResources();
void writeToResources( const css::uno::Reference< css::frame::XModel >& xChartModel );
void writeToModel( const css::uno::Reference< css::frame::XModel >& xChartModel ) const;