diff options
Diffstat (limited to 'sc/source/core/data/cell2.cxx')
-rw-r--r-- | sc/source/core/data/cell2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/data/cell2.cxx b/sc/source/core/data/cell2.cxx index da7ac34c2..8a629df29 100644 --- a/sc/source/core/data/cell2.cxx +++ b/sc/source/core/data/cell2.cxx @@ -1518,7 +1518,7 @@ BOOL lcl_IsRangeNameInUse(USHORT nIndex, ScTokenArray* pCode, ScRangeName* pName return TRUE; else { - // RangeData kann Null sein in bestimmten Excel-Dateien (#31168#) + // RangeData kann Null sein in bestimmten Excel-Dateien ScRangeData* pSubName = pNames->FindIndex(p->GetIndex()); if (pSubName && lcl_IsRangeNameInUse(nIndex, pSubName->GetCode(), pNames)) @@ -1604,7 +1604,7 @@ void ScFormulaCell::CompileDBFormula( BOOL bCreateFormulaString ) switch ( p->GetOpCode() ) { case ocBad: // DB-Bereich evtl. zugefuegt - case ocColRowName: // #36762# falls Namensgleichheit + case ocColRowName: // falls Namensgleichheit case ocDBArea: // DB-Bereich bRecompile = TRUE; break; @@ -1655,7 +1655,7 @@ void ScFormulaCell::CompileNameFormula( BOOL bCreateFormulaString ) switch ( p->GetOpCode() ) { case ocBad: // RangeName evtl. zugefuegt - case ocColRowName: // #36762# falls Namensgleichheit + case ocColRowName: // falls Namensgleichheit bRecompile = TRUE; break; default: |