diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2025-09-21 10:38:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2025-09-21 13:10:26 +0200 |
commit | 4b23066f6eb588ba1a7f129513e323fc17143c0c (patch) | |
tree | da9d205a17b60e389f0c15e42b19bf40e59698de | |
parent | b55a3b23b9c33c1875c5a47c5798ada44dd25052 (diff) |
cid#1666317 Logically dead code
Change-Id: Ia039d52bf45c80df81fc1cb3c0242940a800f1bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191284
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
-rw-r--r-- | oox/source/export/chartexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 4bc27f939a1d..390f83412626 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -2361,7 +2361,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_c ); } } |