diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-10-26 17:05:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-10-27 14:39:48 +0200 |
commit | 30cdd16cbfaaa34fd0da010bf4de18f9d649d22e (patch) | |
tree | 59ced89373a03d755050b5ae3d91f3d447428cce /officecfg | |
parent | f8d0dc09e15b36ae83a5e89280d1f7fbc01da48b (diff) |
Initial work on a "Vortex" transition
The actual transition is not yet at all like the one in the competing
product. But some basic ideas are in place.
Change-Id: Ie17a4fe03ae93abe51a2f1f760f417ee4b193e2c
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu index 41f351181ad3..84376c424382 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu @@ -1675,6 +1675,11 @@ <value xml:lang="en-US">Fine Dissolve</value> </prop> </node> + <node oor:name="vortex" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Vortex</value> + </prop> + </node> </node> </node> <node oor:name="Presets"> |