diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-13 20:55:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 15:26:04 +0100 |
commit | 0f4c00e65dd78fd1dd39a763035e74b49b9b9192 (patch) | |
tree | 45b236f1322a4681f9bc08b53e4e9a4af9b01b8a /vcl/inc | |
parent | af1b30b281d7547d0f54d0a00144863bce3fd2a1 (diff) |
callcatcher: drop unused help methods
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/help.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/vcl/help.hxx b/vcl/inc/vcl/help.hxx index 3168da7914..a7ad25da8f 100644 --- a/vcl/inc/vcl/help.hxx +++ b/vcl/inc/vcl/help.hxx @@ -86,14 +86,12 @@ public: static void EnableContextHelp(); static void DisableContextHelp(); static sal_Bool IsContextHelpEnabled(); - static sal_Bool StartContextHelp(); static void EnableExtHelp(); static void DisableExtHelp(); static sal_Bool IsExtHelpEnabled(); static sal_Bool StartExtHelp(); static sal_Bool EndExtHelp(); - static sal_Bool IsExtHelpActive(); static void EnableBalloonHelp(); static void DisableBalloonHelp(); |