diff options
Diffstat (limited to 'sd/source/ui/inc/NotesPanelViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/NotesPanelViewShell.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/inc/NotesPanelViewShell.hxx b/sd/source/ui/inc/NotesPanelViewShell.hxx index e79ac899fe30..39901d6e4faa 100644 --- a/sd/source/ui/inc/NotesPanelViewShell.hxx +++ b/sd/source/ui/inc/NotesPanelViewShell.hxx @@ -49,6 +49,8 @@ public: virtual void Activate(bool IsMDIActivate) override; /** this method is called when the visible area of the view from this viewshell is changed */ virtual void VisAreaChanged(const ::tools::Rectangle& rRect) override; + virtual void onGrabFocus() override; + virtual void onLoseFocus() override; virtual void ArrangeGUIElements() override; virtual SdPage* GetActualPage() override; |