From e7ef1eca776b1e01f0f2f46dbd1bf376bdfd8028 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 10 May 2010 11:58:51 +0200 Subject: [PATCH] nativeb: #i111098# StartCenter BrOffice images --- oox/source/ppt/pptshape.cxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx index 7b8c1ca95d35..82b93ad798e5 100644 --- a/oox/source/ppt/pptshape.cxx +++ b/oox/source/ppt/pptshape.cxx @@ -99,6 +99,12 @@ void PPTShape::addShape( sServiceName = rtl::OUString(); } break; + case XML_subTitle : + { + if ( ( meShapeLocation == Master ) || ( meShapeLocation == Layout ) ) + sServiceName = rtl::OUString(); + } + break; case XML_obj : { const rtl::OUString sOutlinerShapeService( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.presentation.OutlinerShape" ) );