From 4037d4416c9a567e5af8c4e3473d0cef8c261a60 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Sun, 3 Mar 2019 13:50:48 +0100 Subject: HELPDELAY_SHORT is unused - get rid of related defines, too It is unused since commit bd45c56a07e77662570f9dd5dc1710f8f9ca0e3b. Change-Id: I3d70b0cc112a6f4a8f57a65831cb0a46ac36514a Reviewed-on: https://gerrit.libreoffice.org/68641 Reviewed-by: Mike Kaganski Tested-by: Mike Kaganski --- vcl/inc/helpwin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/helpwin.hxx') diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx index ee14b5a4eb39..5d2e19e80654 100644 --- a/vcl/inc/helpwin.hxx +++ b/vcl/inc/helpwin.hxx @@ -63,7 +63,7 @@ public: // only remember: void SetHelpArea( const tools::Rectangle& rRect ) { maHelpArea = rRect; } - void ShowHelp( sal_uInt16 nDelayMode ); + void ShowHelp(bool bNoDelay); Size CalcOutSize() const; const tools::Rectangle& GetHelpArea() const { return maHelpArea; } -- cgit