sw/source/uibase/docvw/edtwin.cxx | 7 ------- 1 file changed, 7 deletions(-)
New commits: commit a215cec969f7401b08cabb686c5b2b1d803399d0 Author: Jaskaran <jvsg1...@gmail.com> Date: Thu Mar 10 08:33:39 2016 +0530 tdf#32531 Fix for key movement in table cell of different directionality Change-Id: I7bd864176c9766dc8d030dd73d9b8ddd81ea2ee5 Reviewed-on: https://gerrit.libreoffice.org/23107 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michael...@canonical.com> diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 2047255..d323058 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -1474,13 +1474,6 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt) else if( KEY_LEFT == nKey ) nKey = KEY_DOWN; else if( KEY_RIGHT == nKey ) nKey = KEY_UP; } - - if ( rSh.IsInRightToLeftText() ) - { - if( KEY_LEFT == nKey ) nKey = KEY_RIGHT; - else if( KEY_RIGHT == nKey ) nKey = KEY_LEFT; - } - aKeyEvent = KeyEvent( rKEvt.GetCharCode(), vcl::KeyCode( nKey, rKEvt.GetKeyCode().GetModifier() ), rKEvt.GetRepeat() );
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits