diff options
Diffstat (limited to 'include/sfx2/sidebar/Deck.hxx')
-rw-r--r-- | include/sfx2/sidebar/Deck.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx index 8eb06e5b0b9c..cdd58b20aea5 100644 --- a/include/sfx2/sidebar/Deck.hxx +++ b/include/sfx2/sidebar/Deck.hxx @@ -65,7 +65,7 @@ public: virtual void ApplySettings(vcl::RenderContext& rRenderContext) override; virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rUpdateArea) override; virtual void DataChanged (const DataChangedEvent& rEvent) override; - virtual bool Notify(NotifyEvent& rEvent) override; + virtual bool EventNotify(NotifyEvent& rEvent) override; static void PrintWindowSubTree (vcl::Window* pRoot, int nIndentation); |