summaryrefslogtreecommitdiff
path: root/include/svx/sidebar/LinePropertyPanelBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sidebar/LinePropertyPanelBase.hxx')
-rw-r--r--include/svx/sidebar/LinePropertyPanelBase.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx
index dadb601b144a..18c108caca0c 100644
--- a/include/svx/sidebar/LinePropertyPanelBase.hxx
+++ b/include/svx/sidebar/LinePropertyPanelBase.hxx
@@ -165,13 +165,13 @@ private:
void Initialize();
- DECL_LINK(ChangeLineStyleHdl, void*);
+ DECL_LINK_TYPED(ChangeLineStyleHdl, ListBox&, void);
DECL_LINK_TYPED(ToolboxWidthSelectHdl, ToolBox*, void);
DECL_LINK(ChangeTransparentHdl , void *);
- DECL_LINK(ChangeStartHdl, void *);
- DECL_LINK(ChangeEndHdl, void *);
- DECL_LINK(ChangeEdgeStyleHdl, void *);
- DECL_LINK(ChangeCapStyleHdl, void *);
+ DECL_LINK_TYPED(ChangeStartHdl, ListBox&, void);
+ DECL_LINK_TYPED(ChangeEndHdl, ListBox&, void);
+ DECL_LINK_TYPED(ChangeEdgeStyleHdl, ListBox&, void);
+ DECL_LINK_TYPED(ChangeCapStyleHdl, ListBox&, void);
VclPtr<PopupControl> CreateLineWidthPopupControl (PopupContainer* pParent);
};