diff options
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r-- | vcl/source/app/svapp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index b70ea35f024d..32d47d4d663c 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -1382,9 +1382,9 @@ Help* Application::GetHelp() return ImplGetSVData()->maAppData.mpHelp; } -void Application::EnableAutoHelpId( bool bEnabled ) +void Application::EnableAutoHelpId() { - ImplGetSVData()->maHelpData.mbAutoHelpId = bEnabled; + ImplGetSVData()->maHelpData.mbAutoHelpId = true; } bool Application::IsAutoHelpIdEnabled() |