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: */ 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;