diff options
Diffstat (limited to 'svx/source/sidebar/tools/PopupContainer.cxx')
-rw-r--r-- | svx/source/sidebar/tools/PopupContainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/tools/PopupContainer.cxx b/svx/source/sidebar/tools/PopupContainer.cxx index dc29c558f986..1c37b6c6bbf0 100644 --- a/svx/source/sidebar/tools/PopupContainer.cxx +++ b/svx/source/sidebar/tools/PopupContainer.cxx @@ -39,7 +39,7 @@ PopupContainer::~PopupContainer (void) bool PopupContainer::Notify (NotifyEvent& rEvent) { - if (rEvent.GetType() == EVENT_LOSEFOCUS) + if (rEvent.GetType() == MouseNotifyEvent::LOSEFOCUS) { if ( ! HasChildPathFocus(true)) { |