diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-09 13:32:32 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-09 13:36:20 +0100 |
commit | 18cd4b273f3781620ecb8dd68e6d616bba498992 (patch) | |
tree | 481297ff54232cdf90a23ca42df4c651c8ad0726 /include/oox | |
parent | 9d3cb71115cfb34adde975f66f394303982f85be (diff) |
pptx: "fall" transition, which needed p15 namespace
Added p15 namespace which is present in MSO 2013+ documents. It
adds a "prstTrans" element with a string "prst" attribute which
is a name of the transition to be performed.
This was added to support "fall" transition which translates to
"fallOver" preset transition.
Change-Id: I429bb106a12c1b99cce756502508e917720daef3
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/ppt/slidetransition.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/ppt/slidetransition.hxx b/include/oox/ppt/slidetransition.hxx index b0e235189af3..4680320068c0 100644 --- a/include/oox/ppt/slidetransition.hxx +++ b/include/oox/ppt/slidetransition.hxx @@ -53,6 +53,9 @@ namespace oox { namespace ppt { void setOoxTransitionType( ::sal_Int32 OoxType, ::sal_Int32 param1, ::sal_Int32 param2 ); + + void setPresetTransition(OUString sPresetTransition); + private: ::sal_Int16 mnTransitionType; ::sal_Int16 mnTransitionSubType; |