summaryrefslogtreecommitdiffstats
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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx
index 3dcf7910e464..036f149d8637 100644
--- a/include/sfx2/sidebar/TabBar.hxx
+++ b/include/sfx2/sidebar/TabBar.hxx
@@ -98,9 +98,9 @@ private:
class Item
{
public:
- DECL_LINK(HandleClick, Button*);
+ DECL_LINK_TYPED(HandleClick, Button*, void);
VclPtr<RadioButton> mpButton;
- ::rtl::OUString msDeckId;
+ OUString msDeckId;
::std::function<void (const ::rtl::OUString&rsDeckId)> maDeckActivationFunctor;
bool mbIsHidden;
bool mbIsHiddenByDefault;
@@ -116,7 +116,7 @@ private:
void Layout();
void UpdateButtonIcons();
- DECL_LINK(OnToolboxClicked, void*);
+ DECL_LINK_TYPED(OnToolboxClicked, Button*, void);
SidebarController* pParentSidebarController;