[Libreoffice-commits] core.git: sw/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jul 17 05:39:34 UTC 2021
sw/source/uibase/docvw/edtwin.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 40556642e1f1e497251ec697a41cc67de3ace181
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Jul 16 15:02:13 2021 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Sat Jul 17 07:39:02 2021 +0200
Bin useless comment
Change-Id: Ifc7e36aa1df56cf532b698c8671cabbb35061bac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119076
Tested-by: Tor Lillqvist <tml at collabora.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 1d918dc69422..38413cd33d12 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -1449,9 +1449,6 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt)
// look for vertical mappings
if( !bIsDocReadOnly && !rSh.IsSelFrameMode() && !rSh.IsObjSelected() )
{
- // must changed from switch to if, because the Linux
- // compiler has problem with the code. Has to remove if the new general
- // handler exist.
sal_uInt16 nKey = rKEvt.GetKeyCode().GetCode();
if( KEY_UP == nKey || KEY_DOWN == nKey ||
More information about the Libreoffice-commits
mailing list