sw/source/uibase/docvw/edtwin.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 40556642e1f1e497251ec697a41cc67de3ace181
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Fri Jul 16 15:02:13 2021 +0300
Commit:     Tor Lillqvist <t...@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 <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@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 ||
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to