[Libreoffice-commits] core.git: sc/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sun Aug 18 20:22:53 UTC 2019


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

New commits:
commit e306e487548dd78c4807820942dd2bf0c8f7fd21
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Aug 18 19:57:14 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Aug 18 22:21:50 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/77674
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx
index 1dd7c64e2bc9..9a41ffdd5476 100644
--- a/sc/source/ui/pagedlg/tphfedit.cxx
+++ b/sc/source/ui/pagedlg/tphfedit.cxx
@@ -221,7 +221,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