diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-10 14:19:26 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-10 17:12:26 +0100 |
commit | 1959431528686bd1b73b73c2664c8c161c2194f5 (patch) | |
tree | 473d2d2ffd434041245b15e4776d212250fafafb /oox/Library_oox.mk | |
parent | d665e63be3e4dfad44b178ee90ad83f9408fd43c (diff) |
oox: handle all w14 text effects at groupshape import
When dealing with groupshapes, the responsibility to process the
w14 text effects elements is in oox. This commit adds the code
to handle all elements and its children elements and attributes and
puts the values into a CharInteropGrabBag.
Change-Id: Iafb8759bd60e0ee831296dc2d9159f4311ad5403
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r-- | oox/Library_oox.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index cdda38a17929..007c22feec68 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.mk @@ -187,6 +187,7 @@ $(eval $(call gb_Library_add_exception_objects,oox,\ oox/source/drawingml/textbodyproperties \ oox/source/drawingml/textcharacterpropertiescontext \ oox/source/drawingml/textcharacterproperties \ + oox/source/drawingml/texteffectscontext \ oox/source/drawingml/textfieldcontext \ oox/source/drawingml/textfield \ oox/source/drawingml/textfont \ |