diff options
author | Oliver Specht <os@openoffice.org> | 2002-10-11 13:06:16 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-10-11 13:06:16 +0000 |
commit | c55d99bf2efc60a248336700ebd434519876f5f7 (patch) | |
tree | 47483e6e9700823562a3a7e81bc8706faa23ad7d /sw/source/ui/table/tablepg.hxx | |
parent | ea9c763e46a7a9153ff5ed7718b5d43be107aa3e (diff) |
#104161# Modify/Up/Down/LoseFocusHdl consolidated
Diffstat (limited to 'sw/source/ui/table/tablepg.hxx')
-rw-r--r-- | sw/source/ui/table/tablepg.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/source/ui/table/tablepg.hxx b/sw/source/ui/table/tablepg.hxx index d7a2b3868276..48350fb1a37f 100644 --- a/sw/source/ui/table/tablepg.hxx +++ b/sw/source/ui/table/tablepg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tablepg.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2002-06-17 11:16:56 $ + * last change: $Author: os $ $Date: 2002-10-11 14:06:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,9 +135,7 @@ class SwFormatTablePage : public SfxTabPage DECL_LINK( AutoClickHdl, CheckBox * ); DECL_LINK( RelWidthClickHdl, CheckBox * ); DECL_LINK( RightModifyHdl, MetricField * ); - DECL_LINK( UpHdl, MetricField * ); - DECL_LINK( DownHdl, MetricField * ); - DECL_LINK( LoseFocusHdl, MetricField * ); + DECL_LINK( UpDownLoseFocusHdl, MetricField * ); public: SwFormatTablePage( Window* pParent, const SfxItemSet& rSet ); |