summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/fldref.hxx')
-rw-r--r--sw/source/ui/fldui/fldref.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/fldref.hxx b/sw/source/ui/fldui/fldref.hxx
index 9268e0a96561..30a56ff67f27 100644
--- a/sw/source/ui/fldui/fldref.hxx
+++ b/sw/source/ui/fldui/fldref.hxx
@@ -72,9 +72,9 @@ class SwFldRefPage : public SwFldPage
// fallback, if previously selected text node doesn't exist anymore
sal_uInt16 mnSavedSelectedPos;
- DECL_LINK( TypeHdl, ListBox* pLB = 0 );
- DECL_LINK( SubTypeHdl, ListBox* pLB = 0 );
- DECL_LINK( ModifyHdl, Edit *pEd = 0 );
+ DECL_LINK(TypeHdl, void *);
+ DECL_LINK(SubTypeHdl, void * = 0);
+ DECL_LINK(ModifyHdl, void * = 0);
void UpdateSubType();
sal_uInt16 FillFormatLB(sal_uInt16 nTypeId);