summaryrefslogtreecommitdiff
path: root/sd/xml
diff options
context:
space:
mode:
authorMark Hung <marklh9@gmail.com>2019-02-24 13:09:28 +0800
committerMark Hung <marklh9@gmail.com>2019-02-25 01:30:19 +0100
commitdf8629e14f522d9116d81bdc09dad4b438e4e2cf (patch)
tree89c746982bf87673dc2d13562ed39ae31b0f336b /sd/xml
parent7927bfcf46aaaee8a5ab4eeb10549436416cfc3a (diff)
sd: fix preset class for media call effects.
Change-Id: I2a2a72a3a19beb9911fa694e983945480029ae0d Reviewed-on: https://gerrit.libreoffice.org/68276 Tested-by: Jenkins Reviewed-by: Mark Hung <marklh9@gmail.com>
Diffstat (limited to 'sd/xml')
-rw-r--r--sd/xml/effects.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/xml/effects.xml b/sd/xml/effects.xml
index b7789383ed27..393ad5d50263 100644
--- a/sd/xml/effects.xml
+++ b/sd/xml/effects.xml
@@ -2641,21 +2641,21 @@
</anim:par>
<anim:par smil:begin="indefinite" smil:fill="hold">
<anim:par smil:begin="0" smil:fill="hold">
- <anim:par smil:begin="0" smil:fill="hold" pres:node-type="on-click" pres:preset-class="entrance" pres:preset-id="ooo-media-start">
+ <anim:par smil:begin="0" smil:fill="hold" pres:node-type="on-click" pres:preset-class="media-call" pres:preset-id="ooo-media-start">
<anim:command smil:begin="0" smil:dur="0.001" smil:fill="hold" anim:command="play"/>
</anim:par>
</anim:par>
</anim:par>
<anim:par smil:begin="indefinite" smil:fill="hold">
<anim:par smil:begin="0" smil:fill="hold">
- <anim:par smil:begin="0" smil:fill="hold" pres:node-type="on-click" pres:preset-class="entrance" pres:preset-id="ooo-media-stop">
+ <anim:par smil:begin="0" smil:fill="hold" pres:node-type="on-click" pres:preset-class="media-call" pres:preset-id="ooo-media-stop">
<anim:command smil:begin="0" smil:dur="0.001" smil:fill="hold" anim:command="stop"/>
</anim:par>
</anim:par>
</anim:par>
<anim:par smil:begin="indefinite" smil:fill="hold">
<anim:par smil:begin="0" smil:fill="hold">
- <anim:par smil:begin="0" smil:fill="hold" pres:node-type="on-click" pres:preset-class="entrance" pres:preset-id="ooo-media-toggle-pause">
+ <anim:par smil:begin="0" smil:fill="hold" pres:node-type="on-click" pres:preset-class="media-call" pres:preset-id="ooo-media-toggle-pause">
<anim:command smil:begin="0" smil:dur="0.001" smil:fill="hold" anim:command="toggle-pause"/>
</anim:par>
</anim:par>