From 0acc29b977549ec6a613bba74395f940f6c6b7e7 Mon Sep 17 00:00:00 2001 From: Bidouille Date: Fri, 7 Mar 2025 18:11:10 +0100 Subject: [PATCH 1/2] Fix for issue 121222 Treat report chart in ORB extension as a draw chart --- main/xmloff/source/draw/shapeexport.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/xmloff/source/draw/shapeexport.cxx b/main/xmloff/source/draw/shapeexport.cxx index 0bb8a089046..81b62b762c0 100644 --- a/main/xmloff/source/draw/shapeexport.cxx +++ b/main/xmloff/source/draw/shapeexport.cxx @@ -1118,6 +1118,9 @@ void XMLShapeExport::ImpCalcShapeType(const uno::Reference< drawing::XShape >& x // #110680# // same reaction for binfilter || sCLSID.equals(rtl::OUString( SvGlobalName( BF_SO3_SC_CLASSID ).GetHexName())) + // #121222# + // same reaction for graph in report builder + || sCLSID.equals(rtl::OUString( SvGlobalName( SO3_RPT_SCH_CLASSID_90 ).GetHexName())) ) { eShapeType = XmlShapeTypeDrawSheetShape; From 5b324b99346eade136f1f9649681b7cdaf1f0758 Mon Sep 17 00:00:00 2001 From: Matthias Seidel Date: Sat, 8 Mar 2025 01:06:10 +0100 Subject: [PATCH 2/2] Update registration.hxx --- main/framework/inc/macros/debug/registration.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/framework/inc/macros/debug/registration.hxx b/main/framework/inc/macros/debug/registration.hxx index b019089ae6d..cd7d9209ad9 100644 --- a/main/framework/inc/macros/debug/registration.hxx +++ b/main/framework/inc/macros/debug/registration.hxx @@ -72,4 +72,4 @@ #endif // #ifndef __FRAMEWORK_MACROS_DEBUG_REGISTRATION_HXX_ - +/* vim: set noet sw=4 ts=4: */