summaryrefslogtreecommitdiffstats
path: root/starmath
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-21 15:30:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 07:38:35 +0100
commitde9acc1dd0b72d1af92ac4de97840d98d4977820 (patch)
tree232f6ead4601fb3b62cd01e2c6020b37f87f4222 /starmath
parentloplugin:unusedfields in writerfilter (diff)
downloadcore-de9acc1dd0b72d1af92ac4de97840d98d4977820.tar.gz
core-de9acc1dd0b72d1af92ac4de97840d98d4977820.zip
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/ElementsDockingWindow.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}