summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/SidebarController.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/SidebarController.cxx')
-rw-r--r--sfx2/source/sidebar/SidebarController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index b7a32b013790..4115e884e5c5 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -816,7 +816,7 @@ void SidebarController::ShowPopupMenu (
// pass toolbox button rect so the menu can stay open on button up
Rectangle aBox (rButtonBox);
aBox.Move(mpTabBar->GetPosPixel().X(), 0);
- pMenu->Execute(mpParentWindow, aBox, POPUPMENU_EXECUTE_DOWN);
+ pMenu->Execute(mpParentWindow, aBox, PopupMenuFlags::ExecuteDown);
}
::boost::shared_ptr<PopupMenu> SidebarController::CreatePopupMenu (