summaryrefslogtreecommitdiffstats
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 43b139029ecf..beafc874b897 100644
--- a/include/svx/optgrid.hxx
+++ b/include/svx/optgrid.hxx
@@ -142,9 +142,9 @@ private:
bool bAttrModified;
DECL_LINK_TYPED( ClickRotateHdl_Impl, Button*, void );
- DECL_LINK( ChangeDrawHdl_Impl, MetricField * );
+ DECL_LINK_TYPED( ChangeDrawHdl_Impl, Edit&, void );
DECL_LINK_TYPED( ChangeGridsnapHdl_Impl, Button*, void );
- DECL_LINK( ChangeDivisionHdl_Impl, NumericField * );
+ DECL_LINK_TYPED( ChangeDivisionHdl_Impl, Edit&, void );
};
#endif