oox/source/export/chartexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4b23066f6eb588ba1a7f129513e323fc17143c0c
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Sun Sep 21 10:38:44 2025 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Sun Sep 21 13:10:26 2025 +0200

    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.mcnam...@collabora.com>

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 );
         }
     }
 

Reply via email to