summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/TabBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/TabBar.hxx')
-rw-r--r--include/sfx2/sidebar/TabBar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx
index 7591aeff7bf6..8778c9bd2e21 100644
--- a/include/sfx2/sidebar/TabBar.hxx
+++ b/include/sfx2/sidebar/TabBar.hxx
@@ -73,6 +73,8 @@ public:
/// Enables/Disables the menu button. Used by LoKit.
void EnableMenuButton(const bool bEnable);
+ void UpdateMenus();
+
virtual FactoryFunction GetUITestFactory() const override;
private:
css::uno::Reference<css::frame::XFrame> mxFrame;
@@ -111,8 +113,6 @@ private:
css::uno::Reference<css::graphic::XGraphic> GetItemImage(const DeckDescriptor& rDeskDescriptor) const;
void UpdateButtonIcons();
- DECL_LINK(OnToolboxClicked, weld::Toggleable&, void);
-
SidebarController& mrParentSidebarController;
};