diff options
Diffstat (limited to 'include/oox/ppt/timenode.hxx')
-rw-r--r-- | include/oox/ppt/timenode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/timenode.hxx b/include/oox/ppt/timenode.hxx index 546f73a45674..40f51bc54964 100644 --- a/include/oox/ppt/timenode.hxx +++ b/include/oox/ppt/timenode.hxx @@ -77,7 +77,7 @@ namespace oox { namespace ppt { const css::uno::Reference< css::animations::XAnimationNode >& xNode, const SlidePersistPtr & pSlide ); - AnimTargetElementPtr getTarget() + AnimTargetElementPtr const & getTarget() { if( !mpTarget ) mpTarget.reset( new AnimTargetElement ); |