summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:32:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:32:56 +0000
commit60441ec7608de7a65a3be1826d04d8d819204f7f (patch)
treedb62eaff0a3e67a9f1ba61b6de4629f5884c3981 /svtools
parent#i81865# actual license (diff)
downloadcore-60441ec7608de7a65a3be1826d04d8d819204f7f.tar.gz
core-60441ec7608de7a65a3be1826d04d8d819204f7f.zip
INTEGRATION: CWS dba24a (1.2.160); FILE MERGED
2007/08/29 12:24:15 fs 1.2.160.1: #i80796#
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/fmtfield.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/inc/svtools/fmtfield.hxx b/svtools/inc/svtools/fmtfield.hxx
index 6269352cff55..a2373f4ffc7c 100644
--- a/svtools/inc/svtools/fmtfield.hxx
+++ b/svtools/inc/svtools/fmtfield.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmtfield.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2007-09-18 14:50:17 $
+ * last change: $Author: hr $ $Date: 2007-09-26 14:32:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -313,6 +313,7 @@ public:
,m_pNumberValidator( NULL )
#endif
{
+ ResetConformanceTester();
}
DoubleNumericField(Window* pParent, const ResId& rResId)
@@ -323,6 +324,7 @@ public:
,m_pNumberValidator( NULL )
#endif
{
+ ResetConformanceTester();
}
virtual ~DoubleNumericField();