summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-16 14:33:39 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 08:19:34 +0200
commit5bda09efbec674fbda24f3adc75be9f0a45517ff (patch)
tree927c166869f869be56442e77c69c9e6a601e6dff /include
parentfddd41eb4f87c1a271ed0b40ec1b264148756ff7 (diff)
convert Link<> to typed
Change-Id: I161636252c47af6f6f8458e41bfa0d0be8461ace
Diffstat (limited to 'include')
-rw-r--r--include/svx/tbcontrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx
index 584b99ed64eb..eb4fe0addd49 100644
--- a/include/svx/tbcontrl.hxx
+++ b/include/svx/tbcontrl.hxx
@@ -235,7 +235,7 @@ class SVX_DLLPUBLIC SvxColorToolBoxControl : public SfxToolBoxControl
BorderColorStatus maBorderColorStatus;
bool bSidebarType;
ColorSelectFunction maColorSelectFunction;
- DECL_LINK(SelectedHdl, Color*);
+ DECL_LINK_TYPED(SelectedHdl, const Color&, void);
public:
SFX_DECL_TOOLBOX_CONTROL();
SvxColorToolBoxControl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rToolBox);