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 630512409ba7..64cb2b70fddd 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 long Notify (NotifyEvent& rNEvt);
+ virtual bool Notify (NotifyEvent& rNEvt);
};