summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/MasterPagesSelector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/MasterPagesSelector.hxx')
-rw-r--r--sd/source/ui/sidebar/MasterPagesSelector.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sd/source/ui/sidebar/MasterPagesSelector.hxx b/sd/source/ui/sidebar/MasterPagesSelector.hxx
index 9d9ee0914d84..5d3bc319bda9 100644
--- a/sd/source/ui/sidebar/MasterPagesSelector.hxx
+++ b/sd/source/ui/sidebar/MasterPagesSelector.hxx
@@ -151,9 +151,8 @@ protected:
*/
virtual OUString GetContextMenuUIFile() const;
- virtual void ProcessPopupMenu (Menu& rMenu);
+ virtual void ProcessPopupMenu(weld::Menu& rMenu);
virtual void ExecuteCommand(const OString& rIdent);
-
private:
css::uno::Reference<css::ui::XSidebar> mxSidebar;
@@ -164,7 +163,6 @@ private:
DECL_LINK(ClickHandler, ValueSet*, void);
DECL_LINK(ContextMenuHandler, const Point*, void);
DECL_LINK(ContainerChangeListener, MasterPageContainerChangeEvent&, void);
- DECL_LINK(OnMenuItemSelected, Menu*, bool);
void SetItem (
sal_uInt16 nIndex,