nativeb: #i111098# StartCenter BrOffice images

This commit is contained in:
Ivo Hinkelmann 2010-05-10 11:58:51 +02:00
parent cbea64e0a2
commit e7ef1eca77

View file

@ -99,6 +99,12 @@ void PPTShape::addShape(
sServiceName = rtl::OUString(); sServiceName = rtl::OUString();
} }
break; break;
case XML_subTitle :
{
if ( ( meShapeLocation == Master ) || ( meShapeLocation == Layout ) )
sServiceName = rtl::OUString();
}
break;
case XML_obj : case XML_obj :
{ {
const rtl::OUString sOutlinerShapeService( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.presentation.OutlinerShape" ) ); const rtl::OUString sOutlinerShapeService( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.presentation.OutlinerShape" ) );