From de9acc1dd0b72d1af92ac4de97840d98d4977820 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 21 Feb 2019 15:30:44 +0200 Subject: loplugin:unusedfields in vcl maStatusText in HelpTextWindow is dead since commit bd3ea40ed49074c4fa4439de7b5dea4fc3161880 Date: Fri Jan 21 14:48:58 2011 +0200 Remove ShowHelpStatusText and HideHelpStatusText and associated cruft Change-Id: I7a74e2a1b909a479f9338bd4da5fad06ccc25283 Reviewed-on: https://gerrit.libreoffice.org/68153 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/source/ElementsDockingWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx index a6e7ada2d02a..c0457b5184e8 100644 --- a/starmath/source/ElementsDockingWindow.cxx +++ b/starmath/source/ElementsDockingWindow.cxx @@ -443,7 +443,7 @@ void SmElementsControl::RequestHelp(const HelpEvent& rHEvt) Help::ShowBalloon(this, aHelpRect.Center(), aHelpRect, aStr); } else - Help::ShowQuickHelp(this, aHelpRect, aStr, aStr, QuickHelpFlags::CtrlText); + Help::ShowQuickHelp(this, aHelpRect, aStr, QuickHelpFlags::CtrlText); return; } -- cgit