diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-30 14:35:08 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-11-30 14:35:08 +0100 |
commit | 4146c1003f796f662a2f5b4ec150173df28fd9de (patch) | |
tree | 69e025e298736eeec2673446b1800dc40208ea18 /include | |
parent | 664a56b3c81503bdf199edf1806676f0a35b956f (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/drawingml/shape.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |