summaryrefslogtreecommitdiff
path: root/vcl/source/window/winproc.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-06 10:26:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-06 14:51:52 +0200
commit4e7398b6329535bc989fa2aeebbe8f3138d2b5d5 (patch)
tree0bc643700b272c23b057690503bdebc379148cbb /vcl/source/window/winproc.cxx
parenta9d0edf10235e9eabaa15ad8e6761fa525d2eff4 (diff)
this warning is very common now because of native widgets in the hierarchy
so its not helpful anymore Change-Id: I79b66628b71503ed413dfe305f01af8423958b6b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98196 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/window/winproc.cxx')
-rw-r--r--vcl/source/window/winproc.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index e50c7da96af5..86b583e7b5b9 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -846,8 +846,6 @@ static vcl::Window* ImplGetKeyInputWindow( vcl::Window* pWindow )
// system this is often the case when a Lookup Choice Window has
// the focus - because this windows send the KeyInput directly to
// the window without resetting the focus
- SAL_WARN_IF(pChild != pSVData->mpWinData->mpFocusWin, "vcl",
- "ImplHandleKey: Keyboard-Input is sent to a frame without focus");
// no keyinput to disabled windows
if ( !pChild->IsEnabled() || !pChild->IsInputEnabled() || pChild->IsInModalMode() )