From 47169847c04bff5f74ac9128b9d5552e974640a9 Mon Sep 17 00:00:00 2001
From: Vladimir Glazounov <vg@openoffice.org>
Date: Tue, 8 Mar 2005 14:37:41 +0000
Subject: INTEGRATION: CWS calc30 (1.37.142); FILE MERGED 2005/02/18 11:32:36
 sab 1.37.142.1: #119760#; don't cache all

---
 xmloff/source/text/XMLSectionExport.cxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'xmloff/source/text')

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;
 
-- 
cgit