summaryrefslogtreecommitdiff
path: root/oox/source/ppt/pptshapecontext.cxx
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2010-10-08 13:54:35 +0200
committerRadek Doulik <rodo@novell.com>2010-10-08 13:54:35 +0200
commite4b13897f5bd03a1782654d32951b0fbd5ad216e (patch)
tree425b4c3b974928e546a12f2d853c2ef190c06b06 /oox/source/ppt/pptshapecontext.cxx
parent69a1226fc68c3e837ad57500fcb629daaa9f6f2d (diff)
oox-pptx-import-fix-layout.diff: fix list styles applying.
n#480223
Diffstat (limited to 'oox/source/ppt/pptshapecontext.cxx')
-rw-r--r--oox/source/ppt/pptshapecontext.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/ppt/pptshapecontext.cxx b/oox/source/ppt/pptshapecontext.cxx
index c59638553018..460a18d3c951 100644
--- a/oox/source/ppt/pptshapecontext.cxx
+++ b/oox/source/ppt/pptshapecontext.cxx
@@ -180,6 +180,7 @@ Reference< XFastContextHandler > PPTShapeContext::createFastChildContext( sal_In
PPTShape* pPPTShape = dynamic_cast< PPTShape* >( pPlaceholder.get() );
if ( pPPTShape )
pPPTShape->setReferenced( sal_True );
+ pPPTShapePtr->setPlaceholder( pPlaceholder );
}
}
}