sc/source/filter/excel/xepivotxml.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5315f2438987d9df821a732515a076ed2ba23f23 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Feb 28 00:35:06 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Feb 28 08:53:39 2025 +0100 Fix typo Change-Id: Ib8a84524b31c3a50e51f55ec493d3baf12dc4035 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182343 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/filter/excel/xepivotxml.cxx b/sc/source/filter/excel/xepivotxml.cxx index 65e5d9c61839..5590f6466fa5 100644 --- a/sc/source/filter/excel/xepivotxml.cxx +++ b/sc/source/filter/excel/xepivotxml.cxx @@ -1118,7 +1118,7 @@ void XclExpXmlPivotTables::SavePivotTableXml( XclExpXmlStream& rStrm, const ScDP "Grand Total" column/row cells. note: it is not completely clear that the last <i> element always gets t="grand". - however, testing on the some docs indicate that t="grand" should be + however, testing on the same docs indicate that t="grand" should be in the last element, so let's try this here. */ if (nCount == nRowItemsCount - 1) pPivotStrm->startElement(XML_i, XML_t, "grand");