From 4146c1003f796f662a2f5b4ec150173df28fd9de Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Sun, 30 Nov 2014 14:35:08 +0100 Subject: PPTX import: shape effect properties defined by theme Effect import is so poor by now that this changes does not seem to have any effect, but later it can be helpful. See also: 81cd386facedfbb15be6dffc10351262abf733f3 and 664a56b3c81503bdf199edf1806676f0a35b956f Change-Id: I4e6a9952aa138959ab273db0494ef0cf76d8fc24 --- include/oox/drawingml/shape.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index 0087214083df..73357bae4a07 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -254,6 +254,7 @@ protected: table::TablePropertiesPtr mpTablePropertiesPtr; Shape3DPropertiesPtr mp3DPropertiesPtr; EffectPropertiesPtr mpEffectPropertiesPtr; + EffectPropertiesPtr mpShapeRefEffectPropPtr; PropertyMap maShapeProperties; PropertyMap maDefaultShapeProperties; TextListStylePtr mpMasterTextListStyle; -- cgit