summaryrefslogtreecommitdiff
path: root/vcl/inc/helpwin.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2019-03-03 13:50:48 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2019-03-03 14:45:12 +0100
commit4037d4416c9a567e5af8c4e3473d0cef8c261a60 (patch)
tree0c8bc9e7f0f3f53ae20f6e1afea3c1a424bdf050 /vcl/inc/helpwin.hxx
parent16e8ae5b0d5a3a26450bbc9e6afc6e0984e173ea (diff)
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 <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl/inc/helpwin.hxx')
-rw-r--r--vcl/inc/helpwin.hxx2
1 files changed, 1 insertions, 1 deletions
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; }