summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlnexpi.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-25 23:35:17 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-03-25 23:36:13 -0400
commitd16c2a87cf70c9c45ccefa963c2a86c3d8c476b8 (patch)
tree5b7b79d3106be5110b5fd7e02afa836747e5c580 /sc/source/filter/xml/xmlnexpi.cxx
parentd2cc2887d23c8150d302100fd5e09f0448dbe699 (diff)
Let's not assign an index here, but have one auto-generated on insertion.
Diffstat (limited to 'sc/source/filter/xml/xmlnexpi.cxx')
-rw-r--r--sc/source/filter/xml/xmlnexpi.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlnexpi.cxx b/sc/source/filter/xml/xmlnexpi.cxx
index dae0b63e853c..3e2214079adf 100644
--- a/sc/source/filter/xml/xmlnexpi.cxx
+++ b/sc/source/filter/xml/xmlnexpi.cxx
@@ -87,7 +87,6 @@ void ScXMLNamedExpressionsContext::SheetLocalInserter::insert(ScMyNamedExpressio
ScRangeData* pData = new ScRangeData(
mpDoc, p->sName, p->sContent, aPos, RT_NAME, p->eGrammar);
- pData->SetIndex(SAL_MAX_UINT16);
mrRangeName.insert(pData);
}
}