summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-12 13:58:20 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-12 13:58:20 +0200
commit01e69962c133d1a4ac61c0c8d9991c34c895b190 (patch)
tree30dcb94e1db7d6cfab1c1614d414cab26409ef6e
parent08fd226631a27984ef3ec22064095d21eaf1afc8 (diff)
#i10000# fixed broken hg transplantooo/DEV300_m78
-rw-r--r--oox/source/ppt/pptshape.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx
index bfd724f04..ea61efa97 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;