diff options
author | Mark Hung <marklh9@gmail.com> | 2018-07-14 10:01:08 +0800 |
---|---|---|
committer | Mark Hung <marklh9@gmail.com> | 2018-07-18 02:26:34 +0200 |
commit | daafe79c55cd53decbeac2367f298d79371dcf3d (patch) | |
tree | 501c3f34ff1e5135efa9b934ca1eea4617bd8496 /include/oox/ppt | |
parent | 7ba295853669f7c333ba22e8284e9732091c67fa (diff) |
tdf#113822 convert animation value in SetTimeNodeContext.
Convert 'to' value of SetTimeNodeContext based on attribute name
and move conversion code in its destructor to convertAnimationValue.
Value conversion in AnimVariantContext is also included in
convertAnimationValue and is removed together.
Change-Id: I5dc693a1bbc7df57f7506e7704f9cd4693bf2056
Reviewed-on: https://gerrit.libreoffice.org/57412
Tested-by: Jenkins
Reviewed-by: Mark Hung <marklh9@gmail.com>
Diffstat (limited to 'include/oox/ppt')
-rw-r--r-- | include/oox/ppt/pptfilterhelpers.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/pptfilterhelpers.hxx b/include/oox/ppt/pptfilterhelpers.hxx index 94ac025cb6c9..7944b03d8d05 100644 --- a/include/oox/ppt/pptfilterhelpers.hxx +++ b/include/oox/ppt/pptfilterhelpers.hxx @@ -36,7 +36,7 @@ namespace oox { namespace ppt { enum class AnimationAttributeEnum { PPT_X, PPT_Y, PPT_W, PPT_H, PPT_C, R, XSHEAR, FILLCOLOR, FILLTYPE, - STROKECOLOR, STROKEON, STYLECOLOR, STYLEROTATION, FONTWEIGHT, + FILLON, STROKECOLOR, STROKEON, STYLECOLOR, STYLEROTATION, FONTWEIGHT, STYLEUNDERLINE, STYLEFONTFAMILY, STYLEFONTSIZE, STYLEFONTSTYLE, STYLEVISIBILITY, STYLEOPACITY, UNKNOWN }; |