diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2016-11-19 19:44:10 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-11-21 08:48:15 +0000 |
commit | 75346b4144b47d16d28f4c944199e366e97363ad (patch) | |
tree | e19740d009c4fffa0897895e17f4d77a97f10b9b /officecfg | |
parent | 04f49d0375788239d0c636470d4c971e3bbc73f7 (diff) |
Kill the AutoPilotPresentations UNO command
The presentation wizard was removed in
bb8040595c9b6f0ccde39e6833f27a50abb891d8 but the
corresponding UNO command is still available.
Change-Id: I54e676672bb53d0283394a0ebffbe9f94f29d9c0
Reviewed-on: https://gerrit.libreoffice.org/30983
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index c4f28d87fb3e..dd019018e120 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4448,11 +4448,6 @@ <value xml:lang="en-US">~AutoCorrect Options...</value> </prop> </node> - <node oor:name=".uno:AutoPilotPresentations" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">AutoPilot: Presentation</value> - </prop> - </node> <node oor:name=".uno:AutoPilotAgenda" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">AutoPilot: Agenda</value> |