From 0362d16527c2e33b9e0ab2d410b5f0a5b4cee91b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 1 Dec 2020 15:52:31 +0000 Subject: tdf#138427 focus set to wrong input box MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4c1d3aa720f280f0ec1a3764d55f1d95ebd3180d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106999 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/formula/funcutl.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx index 5c729da03638..915152466174 100644 --- a/include/formula/funcutl.hxx +++ b/include/formula/funcutl.hxx @@ -84,10 +84,7 @@ public: Modify(*xEntry); } - void GrabFocus() - { - xEntry->grab_focus(); - } + void GrabFocus(); void SelectAll() { -- cgit v1.2.3