diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-12 13:58:20 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-12 13:58:20 +0200 |
commit | 2cf0552a4e23299562309d8dbe0c9ba00318eb2b (patch) | |
tree | 3270d76c516725d2e943ce58848de9a307c0a286 | |
parent | 57544e64040967c1a520566d4e3d3758a808ba1f (diff) |
#i10000# fixed broken hg transplant
Notes
split repo tag: filters_ooo/DEV300_m78
-rw-r--r-- | oox/source/ppt/pptshape.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx index 82b93ad798e5..ed53992f944b 100644 --- a/oox/source/ppt/pptshape.cxx +++ b/oox/source/ppt/pptshape.cxx @@ -99,13 +99,7 @@ void PPTShape::addShape( sServiceName = rtl::OUString(); } 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" ) ); sServiceName = sOutlinerShapeService; |