WaE: Index has to be unsigned
This commit is contained in:
parent
f6df8d4cd8
commit
d2cc2887d2
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void ScXMLNamedExpressionsContext::SheetLocalInserter::insert(ScMyNamedExpressio
|
|||
|
||||
ScRangeData* pData = new ScRangeData(
|
||||
mpDoc, p->sName, p->sContent, aPos, RT_NAME, p->eGrammar);
|
||||
pData->SetIndex(-1);
|
||||
pData->SetIndex(SAL_MAX_UINT16);
|
||||
mrRangeName.insert(pData);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue