summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-04 04:11:31 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-04 15:59:56 +0200
commita255602967bbfc353a22aadbe370879c1733bcb8 (patch)
tree01a51ea35b4c1df5e63a296b64c34253b429ba93 /oox
parent61dca7f849a61daeceb68856766c43995d6794e5 (diff)
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
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ppt/pptshape.cxx1
1 files changed, 0 insertions, 1 deletions
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;