diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-01 15:52:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-02 09:44:59 +0100 |
commit | 0362d16527c2e33b9e0ab2d410b5f0a5b4cee91b (patch) | |
tree | 04452be05151302df5a2bb65c84d979983f259e8 /include | |
parent | b99771a0bf090fd58b14d03dc998d3a9cf201719 (diff) |
tdf#138427 focus set to wrong input box
Change-Id: I4c1d3aa720f280f0ec1a3764d55f1d95ebd3180d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106999
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/funcutl.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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() { |