summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-08 14:42:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-08 14:42:06 +0000
commita03bccbc64ecff34f495d2a5f77b57f80e664f50 (patch)
treefa7c5a5ed306d179af45a99904237099b5fe5a24 /sc/source/filter/xml/XMLStylesExportHelper.cxx
parentc9b5f790ea6722a66f07f4139898d058cf67a259 (diff)
INTEGRATION: CWS calc30 (1.40.94); FILE MERGED
2005/02/18 11:34:30 sab 1.40.94.1: #119760#; don't cache all
Diffstat (limited to 'sc/source/filter/xml/XMLStylesExportHelper.cxx')
-rw-r--r--sc/source/filter/xml/XMLStylesExportHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLStylesExportHelper.cxx b/sc/source/filter/xml/XMLStylesExportHelper.cxx
index fc9feab2206a..347e6d8e1d63 100644
--- a/sc/source/filter/xml/XMLStylesExportHelper.cxx
+++ b/sc/source/filter/xml/XMLStylesExportHelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLStylesExportHelper.cxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 15:10:41 $
+ * last change: $Author: vg $ $Date: 2005-03-08 15:42:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -363,7 +363,7 @@ rtl::OUString ScMyValidationsContainer::GetCondition(ScXMLExport& rExport, const
sCondition = rtl::OUString();
}
if (sCondition.getLength())
- sCondition = rExport.GetNamespaceMap().GetQNameByKey( XML_NAMESPACE_OOOC, sCondition );
+ sCondition = rExport.GetNamespaceMap().GetQNameByKey( XML_NAMESPACE_OOOC, sCondition, sal_False );
return sCondition;
}