summaryrefslogtreecommitdiff
path: root/include/svx/sidebar/PopupContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sidebar/PopupContainer.hxx')
-rw-r--r--include/svx/sidebar/PopupContainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sidebar/PopupContainer.hxx b/include/svx/sidebar/PopupContainer.hxx
index 64cb2b70fddd..b9ed9286704c 100644
--- a/include/svx/sidebar/PopupContainer.hxx
+++ b/include/svx/sidebar/PopupContainer.hxx
@@ -36,7 +36,7 @@ public:
PopupContainer (Window* pParent);
virtual ~PopupContainer (void);
- virtual bool Notify (NotifyEvent& rNEvt);
+ virtual bool Notify (NotifyEvent& rNEvt) SAL_OVERRIDE;
};