summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/charmapcontrol.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sfx2/charmapcontrol.hxx b/include/sfx2/charmapcontrol.hxx
index 9b58bdd6a4da..1c15ae77b60d 100644
--- a/include/sfx2/charmapcontrol.hxx
+++ b/include/sfx2/charmapcontrol.hxx
@@ -39,6 +39,8 @@ public:
virtual void dispose() override;
+ virtual bool EventNotify( NotifyEvent& rNEvt ) override;
+
private:
VclPtr<SvxCharViewControl> m_pRecentCharView[16];
VclPtr<SvxCharViewControl> m_pFavCharView[16];
@@ -49,7 +51,7 @@ private:
VclPtr<Button> maDlgBtn;
DECL_LINK(CharClickHdl, SvxCharViewControl*, void);
- DECL_STATIC_LINK(SfxCharmapCtrl, LoseFocusHdl, Control&, void);
+ DECL_STATIC_LINK(SfxCharmapCtrl, FocusHdl, Control&, void);
DECL_LINK(OpenDlgHdl, Button*, void);
void getFavCharacterList();