summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-13 15:51:37 +0200
committerNoel Grandin <noel@peralex.com>2015-10-15 10:32:29 +0200
commit74dbe58f1e5b6f4f281e13f348c8952b1086877a (patch)
treefda8bd8374592491d3e64b02e4f3ca13879cf2d4 /sw/source/uibase/table
parentfa21f301ddef575baad9a3aa8564199285e6d90b (diff)
convert Link<> to typed
Change-Id: I2ef1e5fe5c6dc65c254b3a16b0b12fca5caba16e
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/tablepg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx
index e947e2c82d6c..f28c524af776 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -74,7 +74,7 @@ class SwFormatTablePage : public SfxTabPage
DECL_LINK_TYPED( AutoClickHdl, Button*, void );
DECL_LINK_TYPED( RelWidthClickHdl, Button*, void );
void RightModify();
- DECL_LINK( UpDownHdl, MetricField * );
+ DECL_LINK_TYPED( UpDownHdl, SpinField&, void );
DECL_LINK_TYPED( LoseFocusHdl, Control&, void );
using TabPage::ActivatePage;
@@ -120,8 +120,8 @@ class SwTableColumnPage : public SfxTabPage
void Init(bool bWeb);
DECL_LINK_TYPED( AutoClickHdl, Button *, void );
void ModifyHdl( MetricField* pEdit );
- DECL_LINK( UpHdl, MetricField * );
- DECL_LINK( DownHdl, MetricField * );
+ DECL_LINK_TYPED( UpHdl, SpinField&, void );
+ DECL_LINK_TYPED( DownHdl, SpinField&, void );
DECL_LINK_TYPED( LoseFocusHdl, Control&, void );
DECL_LINK_TYPED( ModeHdl, Button *, void );
void UpdateCols( sal_uInt16 nAktPos );