summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 14:07:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 14:07:33 +0000
commite44418973e03d7353f2096d613f66a5a76bfca65 (patch)
treedae05c0d22622d9efe828e65e9fc2365174c2e02 /svtools
parent9a77da0f1e91c2209204d94522f9e2f9d6f6d174 (diff)
INTEGRATION: CWS dba205c (1.34.24); FILE MERGED
2006/10/09 11:32:11 fs 1.34.24.1: #i68389# initialize m_bEnableNaN
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/fmtfield.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/control/fmtfield.cxx b/svtools/source/control/fmtfield.cxx
index 614f7fc734b1..cd14f07a10e3 100644
--- a/svtools/source/control/fmtfield.cxx
+++ b/svtools/source/control/fmtfield.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmtfield.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 15:12:16 $
+ * last change: $Author: hr $ $Date: 2006-10-24 15:07:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -389,6 +389,7 @@ DBG_NAME(FormattedField);
,m_bValueDirty(TRUE) \
,m_bEnableEmptyField(TRUE) \
,m_bAutoColor(FALSE) \
+ ,m_bEnableNaN(FALSE) \
,m_dCurrentValue(0) \
,m_dDefaultValue(0) \
,m_nFormatKey(0) \