summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-04-23 12:22:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-04-23 21:09:57 +0200
commitf6e7ff90718f7991bce6c642b9baef707e561ea5 (patch)
tree4fb87dcfe674a66e2bec915d7cdf75fb8053d74f /framework/inc
parent92b7e0fd668f580ca573284e8f36794c72ba62df (diff)
LoseFocus incorrectly calling notifyFocusGet
looks like a cut and paste error from initial checkin Change-Id: I816ad85c564b0ca31833da17bbe760101ed3231d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92757 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/uielement/spinfieldtoolbarcontroller.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
index bcf710fb24f3..8445110b896b 100644
--- a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
+++ b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
@@ -55,6 +55,7 @@ class SpinfieldToolbarController final : public ComplexToolbarController
void Last();
void Modify();
void GetFocus();
+ void LoseFocus();
bool PreNotify( NotifyEvent const & rNEvt );
private: