diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-06-20 15:51:55 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-20 16:13:32 +0000 |
commit | 7dddccdcec91d8136d95469f4e607ce0829bde65 (patch) | |
tree | 5853f1fc54b94b887803aebe366552aade537e3d /vcl/source/app/help.cxx | |
parent | 0ac092ed0b04ce4ea8b401a56998e36bc2cca402 (diff) |
reduce warnings in vcl
pHelpWin is always false,
array sizes can be checked at compile time
Change-Id: I945ede9432b4927b30c31018a1420396176ecb94
Reviewed-on: https://gerrit.libreoffice.org/26518
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/app/help.cxx')
-rw-r--r-- | vcl/source/app/help.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx index 877d1b5fbe8d..28bc632cb810 100644 --- a/vcl/source/app/help.cxx +++ b/vcl/source/app/help.cxx @@ -539,7 +539,6 @@ void ImplShowHelpWindow( vcl::Window* pParent, sal_uInt16 nHelpWinStyle, QuickHe ) nDelayMode = HELPDELAY_NONE; - SAL_WARN_IF( pHelpWin, "vcl", "Noch ein HelpWin ?!" ); pHelpWin = VclPtr<HelpTextWindow>::Create( pParent, rHelpText, nHelpWinStyle, nStyle ); pSVData->maHelpData.mpHelpWin = pHelpWin; pHelpWin->SetStatusText( rStatusText ); |