summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-08-03 13:37:05 +0000
committerOliver Specht <os@openoffice.org>2001-08-03 13:37:05 +0000
commit39ea75216169a3066f18c37bb6d418f59f85db93 (patch)
tree8ccefc5a56cf28249523331ad49c611e89d43b4d /sw
parent720486e15134028c9955d6b784a3758e3c42db6d (diff)
#90496# zero is a valid number format
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/fldui/fldvar.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/fldvar.cxx b/sw/source/ui/fldui/fldvar.cxx
index 9c139642e0bd..86099589c360 100644
--- a/sw/source/ui/fldui/fldvar.cxx
+++ b/sw/source/ui/fldui/fldvar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldvar.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jp $ $Date: 2001-07-11 17:08:58 $
+ * last change: $Author: os $ $Date: 2001-08-03 14:37:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -806,7 +806,7 @@ USHORT SwFldVarPage::FillFormatLB(USHORT nTypeId)
{
if (IsFldEdit())
{
- bSpecialFmt = GetCurField()->GetFormat() == ULONG_MAX || !GetCurField()->GetFormat();
+ bSpecialFmt = GetCurField()->GetFormat() == ULONG_MAX;
if (!bSpecialFmt)
{
@@ -1404,6 +1404,9 @@ void SwFldVarPage::FillUserData()
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/07/11 17:08:58 jp
+ #89582#: look for the dropped content flag at ConditionEdit controls
+
Revision 1.4 2001/07/05 18:41:36 jp
changes for TF_DATA