sc/source/filter/excel/xedbdata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b5bec2012890aa76dfdaaa5be7d633596a80e626 Author: Balazs Varga <[email protected]> AuthorDate: Fri Nov 21 15:17:18 2025 +0100 Commit: Balazs Varga <[email protected]> CommitDate: Mon Nov 24 21:39:24 2025 +0100 Table styles: loplugin:ustr add missing ustr in xedbdata follow-up after: bc8b501686eef1e08ef283218152e37b516899a8 Change-Id: I84a5c37c60b0c24906ab0abc092fff1da5bc7e51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194333 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Balazs Varga <[email protected]> diff --git a/sc/source/filter/excel/xedbdata.cxx b/sc/source/filter/excel/xedbdata.cxx index b2625f5d01e6..894c947ba759 100644 --- a/sc/source/filter/excel/xedbdata.cxx +++ b/sc/source/filter/excel/xedbdata.cxx @@ -303,7 +303,7 @@ void XclExpTables::SaveTableXml( XclExpXmlStream& rStrm, const Entry& rEntry ) } if (i < aTotalValues.size() && aTotalValues[i].maTotalsFunction.has_value() - && aTotalValues[i].maTotalsFunction.value() == u"custom") + && aTotalValues[i].maTotalsFunction.value() == u"custom"_ustr) { // write custom functions pTableStrm->startElement(XML_totalsRowFormula);
