diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/ppt/timenode.hxx | 3 |
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() { |