summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-17 16:47:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-21 08:32:39 +0200
commitdefd2cb0255ad9e376ccd18df9a48ed1adae9d1e (patch)
treef1620e0100965549da9c7476e98078e078717003 /include/svx
parentd5ec8bc929d243fbd707b916883d0a192d5bb072 (diff)
loplugin:virtualdead unused param in SdrHdl::onHelpRequest
Change-Id: I3d75755bd6fd7f3168725c53fd8ce571a938fa37 Reviewed-on: https://gerrit.libreoffice.org/81181 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdhdl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx
index a96e63b4ed6b..29d72620ada9 100644
--- a/include/svx/svdhdl.hxx
+++ b/include/svx/svdhdl.hxx
@@ -239,7 +239,7 @@ public:
virtual void onMouseEnter(const MouseEvent& rMEvt);
/** is called when help is requested for the area of this handle */
- virtual void onHelpRequest(const HelpEvent& rHEvt);
+ virtual void onHelpRequest();
/** is called when the mouse leaves the area of this handle. If the handle changes his
visualisation during mouse over it must override this method and call Touch(). */