summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorSarper Akdemir <q.sarperakdemir@gmail.com>2020-08-30 02:34:21 +0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-08-31 12:28:35 +0200
commitd616104eeedef9ee32707c1b437c3e538de0ae25 (patch)
treeca3982d4765c9352b68cac1a1b0d4d2ff989d6ed /officecfg
parentf525b8898dcefe9e43e63e475c18d754ef000007 (diff)
add two physics based emphasis animation effects presets
Adding two physics based emphasis animation effects presets called Shoot right/left and return. Change-Id: I38ea22a4347c83b7065476b9f673a900566b045f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101657 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu12
1 files changed, 11 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
index 5e6d1088be95..3db77ded7575 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
@@ -1040,6 +1040,16 @@
<value xml:lang="en-US">Fall simulated</value>
</prop>
</node>
+ <node oor:name="libo-physics-shoot-right-return" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Shoot right and return</value>
+ </prop>
+ </node>
+ <node oor:name="libo-physics-shoot-left-return" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Shoot left and return</value>
+ </prop>
+ </node>
<node oor:name="ooo-media-start" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Start media</value>
@@ -2505,7 +2515,7 @@
<value xml:lang="en-US">Exciting</value>
</prop>
<prop oor:name="Effects" oor:type="oor:string-list">
- <value oor:separator=";">ooo-emphasis-blast;ooo-emphasis-bold-reveal;ooo-emphasis-style-emphasis;ooo-emphasis-wave;ooo-emphasis-blink;libo-physics-fall</value>
+ <value oor:separator=";">ooo-emphasis-blast;ooo-emphasis-bold-reveal;ooo-emphasis-style-emphasis;ooo-emphasis-wave;ooo-emphasis-blink;libo-physics-fall;libo-physics-shoot-right-return;libo-physics-shoot-left-return</value>
</prop>
</node>
</node>