summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-12-01 15:52:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-12-02 09:45:41 +0100
commit475f5cebe3f98f2247c6ad5ab55f60c40efe1c7b (patch)
treeac9d87a9affa6c6c1f2a9ac382cde03000006e60 /include
parent73cebb561737947511ff489891e61b1e1f8f7b0e (diff)
tdf#138427 focus set to wrong input box
Change-Id: I4c1d3aa720f280f0ec1a3764d55f1d95ebd3180d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106950 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/formula/funcutl.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx
index 02cf585a771e..0a14e62db159 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()
{