summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLTrackedChangesContext.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 16:38:28 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 16:38:28 +0000
commit6fca20d33f1a90db788ddc290e7e8ff726693ca3 (patch)
tree8c6d7df00321480fbfb1c2810ddb0239300eb4a2 /sc/source/filter/xml/XMLTrackedChangesContext.cxx
parentINTEGRATION: CWS emblock1 (1.56.120); FILE MERGED (diff)
downloadcore-6fca20d33f1a90db788ddc290e7e8ff726693ca3.tar.gz
core-6fca20d33f1a90db788ddc290e7e8ff726693ca3.zip
INTEGRATION: CWS calc33 (1.24.50); FILE MERGED
2005/10/26 18:14:41 nn 1.24.50.1: #i56720# ignore all namespaces in formulas
Diffstat (limited to 'sc/source/filter/xml/XMLTrackedChangesContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLTrackedChangesContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLTrackedChangesContext.cxx b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
index 8d1228a6b222..39ef72df60e2 100644
--- a/sc/source/filter/xml/XMLTrackedChangesContext.cxx
+++ b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTrackedChangesContext.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:01:52 $
+ * last change: $Author: kz $ $Date: 2005-11-02 17:38:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1183,7 +1183,7 @@ ScXMLChangeCellContext::ScXMLChangeCellContext( ScXMLImport& rImport,
bEmpty = sal_False;
sal_uInt16 nPrefix = GetImport().GetNamespaceMap().
_GetKeyByAttrName( sValue, &rFormula, sal_False );
- if (XML_NAMESPACE_OOOC != nPrefix)
+ if ( nPrefix == XML_NAMESPACE_UNKNOWN || nPrefix == XML_NAMESPACE_NONE ) // #i56720#
rFormula = sValue;
ScXMLConverter::ParseFormula(rFormula);
bFormula = sal_True;