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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx
index 1dd7c64..9a41ffd 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()