summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Hung <marklh9@gmail.com>2018-08-03 23:59:54 +0800
committerMark Hung <marklh9@gmail.com>2018-08-06 15:15:30 +0200
commita472d3352a61b51624aea480410789e3f547a9ca (patch)
tree0dce2c14ba914d0422e2a61f4b0e726c48d181cb /include
parentdf1d4bd528027c60bcab2f2e0a87303610fad326 (diff)
tdf#113822 handle letter-by-letter animations in pptx documents.
Unlike odp that has anim:iterate (IterateContainer) node, both parallel time container and interate container appear as p:par in ooxml so that we have to alter the node type in the end. We also have to set the target of the iterate container to make animation work. Change-Id: Ic50b5f1d85716a67712ed1e812bcb0e7f25fb5a8 Reviewed-on: https://gerrit.libreoffice.org/58576 Tested-by: Jenkins Reviewed-by: Mark Hung <marklh9@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/oox/ppt/timenode.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/ppt/timenode.hxx b/include/oox/ppt/timenode.hxx
index 1aee1a893ed3..d4794ae96dee 100644
--- a/include/oox/ppt/timenode.hxx
+++ b/include/oox/ppt/timenode.hxx
@@ -75,7 +75,8 @@ namespace oox { namespace ppt {
void setNode(
const ::oox::core::XmlFilterBase& rFilter,
const css::uno::Reference< css::animations::XAnimationNode >& xNode,
- const SlidePersistPtr & pSlide );
+ const SlidePersistPtr & pSlide,
+ const css::uno::Reference< css::animations::XAnimationNode >& xParent);
AnimTargetElementPtr const & getTarget()
{