diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-30 21:19:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-01 13:36:06 +0200 |
commit | 05a650d02bb7cbd838a0a3767e22069faacc81e4 (patch) | |
tree | 0b9adf959d1c531d174d69cc4023d51e5c00aaee /include | |
parent | 5ebc6786c69e930c422536947f2c16d8dffeb082 (diff) |
update when gaining/losing focus
Change-Id: I0f650502f43a4c1c27b0eb8b3ddab857d5c64480
Reviewed-on: https://gerrit.libreoffice.org/53674
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/charwin.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx index 88335d00a1a8..992df5206e11 100644 --- a/include/sfx2/charwin.hxx +++ b/include/sfx2/charwin.hxx @@ -45,6 +45,8 @@ private: DECL_LINK(DoResize, const Size& rSize, void); DECL_LINK(DoMouseButtonDown, const MouseEvent&, void); DECL_LINK(DoKeyDown, const KeyEvent&, bool); + DECL_LINK(DoGetFocus, weld::Widget&, void); + DECL_LINK(DoLoseFocus, weld::Widget&, void); public: SvxCharView(weld::Builder& rBuilder, const OString& rId, const VclPtr<VirtualDevice>& rVirDev); |