summaryrefslogtreecommitdiff
path: root/svx/inc/svx/numvset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/numvset.hxx')
-rw-r--r--svx/inc/svx/numvset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/numvset.hxx b/svx/inc/svx/numvset.hxx
index 0bf764bf5847..cdc27326d4fd 100644
--- a/svx/inc/svx/numvset.hxx
+++ b/svx/inc/svx/numvset.hxx
@@ -106,7 +106,7 @@ class SVX_DLLPUBLIC SvxBmpNumValueSet : public SvxNumValueSet
sal_Bool bGrfNotFound;
protected:
- DECL_LINK(FormatHdl_Impl, Timer*);
+ DECL_LINK(FormatHdl_Impl, void *);
void SetGrfNotFound(sal_Bool bSet) {bGrfNotFound = bSet;}
sal_Bool IsGrfNotFound()const {return bGrfNotFound;}