summaryrefslogtreecommitdiff
path: root/oox/source/drawingml
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/drawingml
parentf97c9c25396fb6487da3b9b5284c6250c7927156 (diff)
n657904: Styling information isn't applied to grpSp.
Diffstat (limited to 'oox/source/drawingml')
-rw-r--r--oox/source/drawingml/shape.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index a6e86c3d4e52..5e3aa738577c 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -299,8 +299,10 @@ void Shape::addChildren(
aChildTransformation.get(2, 2));
std::vector< ShapePtr >::iterator aIter( rMaster.maChildren.begin() );
- while( aIter != rMaster.maChildren.end() )
+ while( aIter != rMaster.maChildren.end() ) {
+ (*aIter)->setMasterTextListStyle( mpMasterTextListStyle );
(*aIter++)->addShape( rFilterBase, pTheme, rxShapes, aChildTransformation, NULL, pShapeMap );
+ }
}
Reference< XShape > Shape::createAndInsert(