diff options
-rw-r--r-- | sc/source/filter/xml/xmlexprt.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx index 74955eeeabea..28708bafbfec 100644 --- a/sc/source/filter/xml/xmlexprt.cxx +++ b/sc/source/filter/xml/xmlexprt.cxx @@ -3597,19 +3597,6 @@ bool ScXMLExport::IsEditCell(ScMyCell& rCell) const bool ScXMLExport::IsMultiLineFormulaCell(ScMyCell& rCell) const { - if (!rCell.maBaseCell.isEmpty()) - { - if (rCell.maBaseCell.meType != CELLTYPE_FORMULA) - return false; - - return rCell.maBaseCell.mpFormula->IsMultilineResult(); - } - - ScAddress aAddr(static_cast<SCCOL>(rCell.aCellAddress.Column), - static_cast<SCROW>(rCell.aCellAddress.Row), - static_cast<SCTAB>(rCell.aCellAddress.Sheet)); - - rCell.maBaseCell.assign(*pDoc, aAddr); if (rCell.maBaseCell.meType != CELLTYPE_FORMULA) return false; |