[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini
andrea.gelmini at gelma.net
Sat Aug 19 06:58:21 UTC 2017
vcl/source/window/winproc.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aea4bcc2d1169c8bde75a0b44c0ccd9725ad0775
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Sat Aug 19 00:14:57 2017 +0200
Fix typo
Change-Id: Ia4c3ac4fd264d490dd3a91402897560ebd3006be
Reviewed-on: https://gerrit.libreoffice.org/41314
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index bc9c4682d258..6f00faba1cd2 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -1024,7 +1024,7 @@ static bool ImplHandleKey( vcl::Window* pWindow, MouseNotifyEvent nSVEvent,
if ( (nCode == KEY_CONTEXTMENU) || ((nCode == KEY_F10) && aKeyCode.IsShift() && !aKeyCode.IsMod1() && !aKeyCode.IsMod2() ) )
bRet = !ImplCallCommand( pChild, CommandEventId::ContextMenu );
else if ( ( (nCode == KEY_F2) && aKeyCode.IsShift() ) || ( (nCode == KEY_F1) && aKeyCode.IsMod1() ) ||
- // #101999# no active help when focus in toolbox, simulate BallonHelp instead
+ // #101999# no active help when focus in toolbox, simulate BalloonHelp instead
( (nCode == KEY_F1) && aKeyCode.IsShift() && bToolboxFocus ) )
{
// TipHelp via Keyboard (Shift-F2 or Ctrl-F1)
More information about the Libreoffice-commits
mailing list