From a255602967bbfc353a22aadbe370879c1733bcb8 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 4 Jul 2014 04:11:31 +0200 Subject: don't inherit the style from the title, related bnc#880488 It seems that inheriting the style from the title for the subtitle is just wrong. Change-Id: Icbedf3e934b13514e50a1354552e5d6a8d139095 --- oox/source/ppt/pptshape.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'oox') diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx index c5a2d06dbc05..8b0270249018 100644 --- a/oox/source/ppt/pptshape.cxx +++ b/oox/source/ppt/pptshape.cxx @@ -149,7 +149,6 @@ void PPTShape::addShape( sServiceName = OUString(); else { sServiceName = "com.sun.star.presentation.SubtitleShape"; - aMasterTextListStyle = rSlidePersist.getMasterPersist().get() ? rSlidePersist.getMasterPersist()->getTitleTextStyle() : rSlidePersist.getTitleTextStyle(); } } break; -- cgit