Kaydet (Commit) a2556029 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

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
üst 61dca7f8
...@@ -149,7 +149,6 @@ void PPTShape::addShape( ...@@ -149,7 +149,6 @@ void PPTShape::addShape(
sServiceName = OUString(); sServiceName = OUString();
else { else {
sServiceName = "com.sun.star.presentation.SubtitleShape"; sServiceName = "com.sun.star.presentation.SubtitleShape";
aMasterTextListStyle = rSlidePersist.getMasterPersist().get() ? rSlidePersist.getMasterPersist()->getTitleTextStyle() : rSlidePersist.getTitleTextStyle();
} }
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment