summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLTrackedChangesContext.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-08 14:42:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-08 14:42:21 +0000
commitf2bf2700588f0eac27ff9c9eb4ce84f7c2cf5f82 (patch)
treede55b9731bcf1a2cfdf4ccd820d5b8385fbbbb52 /sc/source/filter/xml/XMLTrackedChangesContext.cxx
parentINTEGRATION: CWS calc30 (1.40.94); FILE MERGED (diff)
downloadcore-f2bf2700588f0eac27ff9c9eb4ce84f7c2cf5f82.tar.gz
core-f2bf2700588f0eac27ff9c9eb4ce84f7c2cf5f82.zip
INTEGRATION: CWS calc30 (1.21.250); FILE MERGED
2005/02/18 11:34:30 sab 1.21.250.1: #119760#; don't cache all
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 8bfeb99f4797..ac24080d25a2 100644
--- a/sc/source/filter/xml/XMLTrackedChangesContext.cxx
+++ b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTrackedChangesContext.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 07:47:15 $
+ * last change: $Author: vg $ $Date: 2005-03-08 15:42:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1227,7 +1227,7 @@ ScXMLChangeCellContext::ScXMLChangeCellContext( ScXMLImport& rImport,
{
bEmpty = sal_False;
sal_uInt16 nPrefix = GetImport().GetNamespaceMap().
- GetKeyByAttrName( sValue, &rFormula );
+ _GetKeyByAttrName( sValue, &rFormula, sal_False );
if (XML_NAMESPACE_OOOC != nPrefix)
rFormula = sValue;
ScXMLConverter::ParseFormula(rFormula);