diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 14:37:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 14:37:41 +0000 |
commit | 47169847c04bff5f74ac9128b9d5552e974640a9 (patch) | |
tree | 725d7a3d9ef9a06c60c73710f4f63a3b5d70cef5 /xmloff/source/text | |
parent | 9b1ba3ef7865af930d9375bce67d36a20f7dcf45 (diff) |
INTEGRATION: CWS calc30 (1.37.142); FILE MERGED
2005/02/18 11:32:36 sab 1.37.142.1: #119760#; don't cache all
Diffstat (limited to 'xmloff/source/text')
-rw-r--r-- | xmloff/source/text/XMLSectionExport.cxx | 6 |
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; |