oox/source/export/chartexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 67428087bfe09ea0d4754628729b83069a950ba7 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jan 10 08:23:16 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jan 10 11:53:00 2026 +0100 Fix typo Change-Id: I7c1776a2388e316b981366a629f58b724a0f692f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196950 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index f477e62664b2..4c3c1349fa13 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -3248,7 +3248,7 @@ void ChartExport::exportBubbleChart( const Reference< chart2::XChartType >& xCha } // Output a chartex chart. *sTypeName should be the string used in the layoutId -// attribue of <cx:series> +// attribute of <cx:series> void ChartExport::exportChartex( const Reference< chart2::XChartType >& xChartType, const char* sTypeName) {
