nativeb: #i111098# StartCenter BrOffice images
This commit is contained in:
parent
cbea64e0a2
commit
e7ef1eca77
1 changed files with 6 additions and 0 deletions
|
@ -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" ) );
|
||||||
|
|
Loading…
Reference in a new issue