diff options
Diffstat (limited to 'sd/source/ui/sidebar/LayoutMenu.cxx')
-rw-r--r-- | sd/source/ui/sidebar/LayoutMenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index 83e73e2ea4e8..4f0545fbf83e 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -558,7 +558,7 @@ void LayoutMenu::Clear() void LayoutMenu::ShowContextMenu(const Point* pPos) { - if (SD_MOD()->GetWaterCan()) + if (SdModule::get()->GetWaterCan()) return; // Determine the position where to show the menu. |