[Libreoffice-commits] core.git: Branch 'libreoffice-6-3-1' - sc/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 19 10:59:23 UTC 2019


 sc/source/ui/pagedlg/tphfedit.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3740ae6b3ba66a19b32134c55d19291e21ba1dd2
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Aug 18 19:57:14 2019 +0100
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Mon Aug 19 12:58:46 2019 +0200

    Resolves: tdf#127002 keystrokes in edit engine passed on to dialog
    
    when they should stop at the edit engine
    
    Change-Id: I4079af7ed53ab4036e99c129d9e58fa530cf566b
    Reviewed-on: https://gerrit.libreoffice.org/77675
    Tested-by: Jenkins
    Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
    (cherry picked from commit ed2c73a6b7857e97cd3a10c9f96daf95ff354c0a)
    Reviewed-on: https://gerrit.libreoffice.org/77710
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
    Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx
index b515ab70d415..60af30694826 100644
--- a/sc/source/ui/pagedlg/tphfedit.cxx
+++ b/sc/source/ui/pagedlg/tphfedit.cxx
@@ -309,7 +309,7 @@ bool ScEditWindow::KeyInput( const KeyEvent& rKEvt )
         aObjectSelectLink.Call(*this);
         return true;
     }
-    return false;
+    return true;
 }
 
 void ScEditWindow::GetFocus()


More information about the Libreoffice-commits mailing list