summaryrefslogtreecommitdiff
path: root/oox/source/ppt/pptshape.cxx
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2012-03-02 18:01:45 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-03-02 18:01:45 +0530
commit77901e53ecd99aed59e5c8697461ab4d241388a4 (patch)
treed06b26712186b8e61619c04f50c222df86853b75 /oox/source/ppt/pptshape.cxx
parentf97c9c25396fb6487da3b9b5284c6250c7927156 (diff)
n657904: Styling information isn't applied to grpSp.
Diffstat (limited to 'oox/source/ppt/pptshape.cxx')
-rw-r--r--oox/source/ppt/pptshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx
index 0bd2ce453886..a72a10c54c4b 100644
--- a/oox/source/ppt/pptshape.cxx
+++ b/oox/source/ppt/pptshape.cxx
@@ -310,7 +310,7 @@ void PPTShape::addShape(
{
if ( !aMasterTextListStyle.get() )
{
- bool isOther = !getTextBody().get();
+ bool isOther = !getTextBody().get() && !sServiceName.equalsAscii("com.sun.star.drawing.GroupShape");
TextListStylePtr aSlideStyle = isOther ? rSlidePersist.getOtherTextStyle() : rSlidePersist.getDefaultTextStyle();
// Combine from MasterSlide details as well.
if( rSlidePersist.getMasterPersist().get() )