Kaydet (Commit) 2f07a533 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

tdf#106867: Import target for commands in PPTX.

Change-Id: I859335085038433ef862a669430f8be993b92cb2
Reviewed-on: https://gerrit.libreoffice.org/41980Reviewed-by: 's avatarJan Holesovsky <kendy@collabora.com>
Tested-by: 's avatarJan Holesovsky <kendy@collabora.com>
üst e64ebbb7
......@@ -309,8 +309,10 @@ namespace oox { namespace ppt {
xAnimate->setBy( aValue );
break;
case NP_TARGET:
if( xAnimate.is() )
xAnimate->setTarget( aValue );
if (xAnimate.is())
xAnimate->setTarget(aValue);
if (xCommand.is())
xCommand->setTarget(aValue);
break;
case NP_SUBITEM:
if( xAnimate.is() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment