summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-29 07:32:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-29 07:32:57 +0000
commit9e48a3612a6523776a1a7053e2ef0e303419c20a (patch)
treed728c9dea893df4902a02933f95c9688072c78d1
parenta859098148aca3a802cf7503c10c60c51d8ae900 (diff)
INTEGRATION: CWS sw8u10bf04 (1.33.80); FILE MERGED
2007/12/18 09:49:14 hbrinkm 1.33.80.1: #i82466# booleans were mixed up
-rw-r--r--xmloff/source/text/txtvfldi.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx
index f262072862..2c112ef79f 100644
--- a/xmloff/source/text/txtvfldi.cxx
+++ b/xmloff/source/text/txtvfldi.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtvfldi.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: hr $ $Date: 2007-08-03 12:56:03 $
+ * last change: $Author: vg $ $Date: 2008-01-29 08:32:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -638,8 +638,8 @@ XMLUserFieldInputImportContext::XMLUserFieldInputImportContext(
nPrfx, rLocalName,
// name, description, style
sal_True, sal_False, sal_False,
- sal_False, sal_False,
sal_True, sal_False, sal_False,
+ sal_False, sal_False,
sal_False /*???*/, sal_True, sal_False,
sal_False)
{