diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:04:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:04:26 +0000 |
commit | cde99b1e8f6d877fbe59478f9df3cd497bdfd071 (patch) | |
tree | f569426c4f8a0ded2f5bda11fc1d5ab6a18813a7 /svx/source/inc | |
parent | 03f2b938c2eb631778dcfc557ff000c98f85be3c (diff) |
INTEGRATION: CWS frmcontrols02 (1.2.400); FILE MERGED
2004/03/24 10:25:16 fs 1.2.400.2: RESYNC: (1.2-1.3); FILE MERGED
2004/01/22 10:28:59 fs 1.2.400.1: changed some code which triggered warnings
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/tbxform.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/tbxform.hxx b/svx/source/inc/tbxform.hxx index 7c1a4934fc3d..1bc414a9a4ad 100644 --- a/svx/source/inc/tbxform.hxx +++ b/svx/source/inc/tbxform.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tbxform.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-02-03 19:22:31 $ + * last change: $Author: hr $ $Date: 2004-04-13 11:04:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,7 +94,7 @@ public: public: FmInputRecordNoDialog(Window * pParent); - void SetValue(double dNew) { m_aRecordNo.SetValue(dNew); } + void SetValue( long dNew ) { m_aRecordNo.SetValue(dNew); } long GetValue() const { return m_aRecordNo.GetValue(); } }; */ //CHINA001 |