summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-09-13 21:02:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-09-14 14:40:25 +0200
commit44bfe8fad4f7c263dc713a65fb2ab0e2f9afcf99 (patch)
tree1a75093344dc2ee8e6d5bd7c21e3dd8dd4451596 /sw/source/uibase/table
parentofz#3362 SYLK import: check ;X;Y;C;R col/row validity early (diff)
downloadcore-44bfe8fad4f7c263dc713a65fb2ab0e2f9afcf99.tar.gz
core-44bfe8fad4f7c263dc713a65fb2ab0e2f9afcf99.zip
connect to modified instead of up/down/focus-lost
Change-Id: Idfe3ebf1a3c6fd4baca693f0ec7e199b740d427a Reviewed-on: https://gerrit.libreoffice.org/42271 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/tablepg.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx
index 47180997d790..c7e4bd786800 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -73,8 +73,7 @@ class SwFormatTablePage : public SfxTabPage
DECL_LINK( AutoClickHdl, Button*, void );
DECL_LINK( RelWidthClickHdl, Button*, void );
void RightModify();
- DECL_LINK( UpDownHdl, SpinField&, void );
- DECL_LINK( LoseFocusHdl, Control&, void );
+ DECL_LINK( UpDownHdl, Edit&, void );
using TabPage::ActivatePage;
using TabPage::DeactivatePage;
@@ -119,9 +118,7 @@ class SwTableColumnPage : public SfxTabPage
void Init(bool bWeb);
DECL_LINK( AutoClickHdl, Button *, void );
void ModifyHdl( MetricField const * pEdit );
- DECL_LINK( UpHdl, SpinField&, void );
- DECL_LINK( DownHdl, SpinField&, void );
- DECL_LINK( LoseFocusHdl, Control&, void );
+ DECL_LINK(ModifyHdl, Edit&, void);
DECL_LINK( ModeHdl, Button *, void );
void UpdateCols( sal_uInt16 nAktPos );
SwTwips GetVisibleWidth(sal_uInt16 nPos);