diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2012-06-25 19:25:52 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-06-25 19:25:52 +0530 |
commit | 11c5699dad06fb0d7fc0e458550a1dac82f8ee5f (patch) | |
tree | b230cdf220a0a38d007633db818f3a9b3730f4af /oox/inc | |
parent | f3e7d82e7c20f8d78b418ecc92d2e22c0a3fb0dc (diff) |
n#759210: Certain smartart drawings weren't imported.
SmartArt info was reset, when there was a chart (e.g.)
in the same slide.
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/ppt/pptshapegroupcontext.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/oox/ppt/pptshapegroupcontext.hxx b/oox/inc/oox/ppt/pptshapegroupcontext.hxx index 7e2a6d3b5f67..841e741ec247 100644 --- a/oox/inc/oox/ppt/pptshapegroupcontext.hxx +++ b/oox/inc/oox/ppt/pptshapegroupcontext.hxx @@ -39,6 +39,7 @@ class PPTShapeGroupContext : public ::oox::drawingml::ShapeGroupContext SlidePersistPtr mpSlidePersistPtr; ShapeLocation meShapeLocation; oox::drawingml::ShapePtr pGraphicShape; + void importExtDrawings(); public: PPTShapeGroupContext( |