diff options
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r-- | include/vcl/svapp.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index c4e06cbf5d8d..608a1b97dc4a 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -1143,11 +1143,9 @@ public: /** Turns on "auto-help" (hover mouse above UI element and a tooltip with an explanation pops up. - @param bEnabled Enables/disables auto-help. - @see EnableAutoHelpId */ - static void EnableAutoHelpId( bool bEnabled = true ); + static void EnableAutoHelpId(); /** Determines if auto-help is enabled or disabled. |