summaryrefslogtreecommitdiff
path: root/oox/source/shape
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2009-07-21 08:45:37 +0000
committerDaniel Rentz <dr@openoffice.org>2009-07-21 08:45:37 +0000
commit666ab44fc05a32d5d60783b8986fa3c72bb8bb19 (patch)
tree3bae923318ab89e382e15710ecab386327759fd5 /oox/source/shape
parente86f49f5885249ea160cdd16f9866d18f92e4401 (diff)
#i12587# support chart sheets with embedded shapes
Diffstat (limited to 'oox/source/shape')
-rw-r--r--oox/source/shape/ShapeContextHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/ShapeContextHandler.cxx b/oox/source/shape/ShapeContextHandler.cxx
index f67d17ed7bc8..6d1da1e74da3 100644
--- a/oox/source/shape/ShapeContextHandler.cxx
+++ b/oox/source/shape/ShapeContextHandler.cxx
@@ -70,7 +70,7 @@ ShapeContextHandler::getGraphicShapeContext(::sal_Int32 Element )
case XML_graphic:
mpShape.reset(new Shape("com.sun.star.drawing.OLE2Shape" ));
mxGraphicShapeContext.set
- (new GraphicalObjectFrameContext(*rFragmentHandler, pMasterShape, mpShape));
+ (new GraphicalObjectFrameContext(*rFragmentHandler, pMasterShape, mpShape, true));
break;
case XML_pic:
mpShape.reset(new Shape("com.sun.star.drawing.GraphicObjectShape" ));