oox/source/export/chartexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 35ff36267326229b42226cd32b436ea4b655a7c8 Author: Caolán McNamara <[email protected]> AuthorDate: Fri Dec 5 08:46:56 2025 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Dec 5 12:20:15 2025 +0100 cid#1666317 Logically dead code Change-Id: Iac61feca68a46dfbcfa7851e627e297368b6ee92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195056 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 083b304f5ec4..cdf758ce928d 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -2275,7 +2275,7 @@ void ChartExport::exportTitle( const Reference< XShape >& xShape, bool bIsCharte // shape properties if( xPropSet.is() ) { - exportShapeProps( xPropSet, bIsChartex ? XML_cx : XML_c ); + exportShapeProps(xPropSet, XML_cx); } pFS->startElement(FSNS(XML_cx, XML_txPr));
