summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/sidebar/AlignmentPropertyPanel.hxx')
-rw-r--r--sc/source/ui/sidebar/AlignmentPropertyPanel.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
index 42e4bcac6352..3d20848bcb29 100644
--- a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
+++ b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
@@ -98,11 +98,11 @@ private:
SfxBindings* mpBindings;
DECL_LINK( MFLeftIndentMdyHdl, void * );
- DECL_LINK( CBOXMergnCellClkHdl, void * );
- DECL_LINK( CBOXWrapTextClkHdl, void * );
+ DECL_LINK_TYPED( CBOXMergnCellClkHdl, Button*, void );
+ DECL_LINK_TYPED( CBOXWrapTextClkHdl, Button*, void );
DECL_LINK( AngleModifiedHdl, void * );
- DECL_LINK( ClickStackHdl, void * );
- DECL_LINK( ReferenceEdgeHdl, Control* );
+ DECL_LINK_TYPED( ClickStackHdl, Button*, void );
+ DECL_LINK_TYPED( ReferenceEdgeHdl, Button*, void );
void Initialize();
static void FormatDegrees(double& dTmp);