summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/text/XMLSectionExport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLSectionExport.cxx b/xmloff/source/text/XMLSectionExport.cxx
index 7bf0abfc02eb..a26d6456d242 100644
--- a/xmloff/source/text/XMLSectionExport.cxx
+++ b/xmloff/source/text/XMLSectionExport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLSectionExport.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 15:00:38 $
+ * last change: $Author: vg $ $Date: 2005-03-08 15:37:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -561,7 +561,7 @@ void XMLSectionExport::ExportRegularSectionStart(
{
OUString sQValue =
GetExport().GetNamespaceMap().GetQNameByKey( XML_NAMESPACE_OOOW,
- sCond );
+ sCond, sal_False );
GetExport().AddAttribute(XML_NAMESPACE_TEXT, XML_CONDITION, sQValue);
eDisplay = XML_CONDITION;