summaryrefslogtreecommitdiffstats
path: root/include/sfx2/styledlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/styledlg.hxx')
-rw-r--r--include/sfx2/styledlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/styledlg.hxx b/include/sfx2/styledlg.hxx
index e837c87d6ae1..5e43ceffb86b 100644
--- a/include/sfx2/styledlg.hxx
+++ b/include/sfx2/styledlg.hxx
@@ -31,7 +31,7 @@ class SFX2_DLLPUBLIC SfxStyleDialog: public SfxTabDialog
{
private:
SfxStyleSheetBase* pStyle;
- DECL_DLLPRIVATE_LINK( CancelHdl, Button * );
+ DECL_DLLPRIVATE_LINK_TYPED( CancelHdl, Button *, void );
sal_uInt16 m_nOrganizerId;
protected:
virtual void RefreshInputSet() SAL_OVERRIDE;