summaryrefslogtreecommitdiff
path: root/include/svx/optgrid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/optgrid.hxx')
-rw-r--r--include/svx/optgrid.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/optgrid.hxx b/include/svx/optgrid.hxx
index 68b8072ebfa0..010e022c9858 100644
--- a/include/svx/optgrid.hxx
+++ b/include/svx/optgrid.hxx
@@ -141,9 +141,9 @@ protected:
private:
bool bAttrModified;
- DECL_LINK( ClickRotateHdl_Impl, void * );
+ DECL_LINK_TYPED( ClickRotateHdl_Impl, Button*, void );
DECL_LINK( ChangeDrawHdl_Impl, MetricField * );
- DECL_LINK( ChangeGridsnapHdl_Impl, void * );
+ DECL_LINK_TYPED( ChangeGridsnapHdl_Impl, Button*, void );
DECL_LINK( ChangeDivisionHdl_Impl, NumericField * );
};