diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-04 21:26:46 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-04-05 12:37:38 +0200 |
commit | 14a7995d22536290ca4572935fc82062a250fec1 (patch) | |
tree | 32639b75bf85b5461d9046435f1318b5e54fe907 /officecfg | |
parent | d707102dccac35225088209f68d2a984faa0cea0 (diff) |
Remove stale accelerator for uno:AnimationMode
Corresponding command was removed in
b94abbc8fd83e2ac5c7d95a8a4f03da6bc15facd (2004!)
This and 15bdac207302fb54155310b0cc7fdb7283e612ed
is why this accelerator showed up as uno:AnimationMode in the list
instead of a human readable name
Change-Id: I7b2f2cf76c75d815b85b1ceb6e8468588e3d15f1
Reviewed-on: https://gerrit.libreoffice.org/70268
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index 0a45e419d849..f6bbf55b33c5 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -1555,12 +1555,6 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing <value xml:lang="es">.uno:Open</value> </prop> </node> - <node oor:name="A_SHIFT_MOD1_MOD2" oor:op="replace"> - <prop oor:name="Command"> - <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> - <value xml:lang="en-US">.uno:AnimationMode</value> - </prop> - </node> <node oor:name="B_MOD1" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> @@ -2837,12 +2831,6 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing <value xml:lang="es">.uno:Open</value> </prop> </node> - <node oor:name="A_SHIFT_MOD1_MOD2" oor:op="replace"> - <prop oor:name="Command"> - <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> - <value xml:lang="en-US">.uno:AnimationMode</value> - </prop> - </node> <node oor:name="B_MOD1" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> |