sw/source/uibase/docvw/edtwin.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 667decbb4cfc5539a2d502e1f644187ec04c9153
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Wed Nov 21 14:46:00 2018 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Nov 22 07:36:41 2018 +0100

    remove unused ColTopBig/ColTopSmall
    
    There once was code to implement this, mapped to
       KEY_UP/KEY_DOWN in combination with KEY_MOD2 | KEY_SHIFT
    introduced in
        commit aa5a224ede8bb040382d8bbfcd939c47f08e9fe8
        Date:   Thu Sep 27 10:40:19 2007 +0000
        INTEGRATION: CWS swwarnings (1.140.102); FILE MERGED
    but it was commented out and removed in
        commit 43a36b36986dd2112fc90340e7a8a11ea5369def
        Date:   Mon Nov 1 02:50:47 2010 +0200
        Commented out code, bogus comments removed, some german comments
    translated.
    
    Change-Id: I67c1d1ed96b18d3bb8b20eae5994b476b07af31d
    Reviewed-on: https://gerrit.libreoffice.org/63745
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sw/source/uibase/docvw/edtwin.cxx 
b/sw/source/uibase/docvw/edtwin.cxx
index 1f1cb9adf328..23ceeca5a22b 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -1567,8 +1567,8 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt)
                        CheckAutoCorrect, EditFormula,
                        ColLeftBig, ColRightBig,
                        ColLeftSmall, ColRightSmall,
-                       ColTopBig, ColBottomBig,
-                       ColTopSmall, ColBottomSmall,
+                       ColBottomBig,
+                       ColBottomSmall,
                        CellLeftBig, CellRightBig,
                        CellLeftSmall, CellRightSmall,
                        CellTopBig, CellBottomBig,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to