diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-28 12:45:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-28 13:41:48 +0200 |
commit | da57421b366dfd5bef840f5caeffcd030b19c643 (patch) | |
tree | a9ab7a6ba138c063866af2f2c8a4d7fc990c274f /chart2/source/controller/inc | |
parent | 5a394be952c0795cd12ed0eea8f5186e44814225 (diff) |
commit: loplugin:checkunusedparams in chart2
Change-Id: Ia1f42e74365ca1dace93babc132ad67fd09fc99d
Reviewed-on: https://gerrit.libreoffice.org/37064
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/inc')
-rw-r--r-- | chart2/source/controller/inc/ChartController.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/inc/ChartController.hxx b/chart2/source/controller/inc/ChartController.hxx index d69a7a268fd2..b32b4b7e725d 100644 --- a/chart2/source/controller/inc/ChartController.hxx +++ b/chart2/source/controller/inc/ChartController.hxx @@ -280,7 +280,7 @@ public: const css::uno::Any& aInfo ) override; // WindowController stuff - void PrePaint(vcl::RenderContext& rRenderContext); + void PrePaint(); void execute_Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect); void execute_MouseButtonDown( const MouseEvent& rMEvt ); void execute_MouseMove( const MouseEvent& rMEvt ); |