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 /configmgr/qa | |
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 'configmgr/qa')
-rw-r--r-- | configmgr/qa/unit/data.xcd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configmgr/qa/unit/data.xcd b/configmgr/qa/unit/data.xcd index e3a3387e77fa..97da9e68b811 100644 --- a/configmgr/qa/unit/data.xcd +++ b/configmgr/qa/unit/data.xcd @@ -3737,11 +3737,6 @@ <value xml:lang="x-no-translate"></value><value xml:lang="en-US">~AutoCorrect...</value> </prop> </node> - <node oor:name=".uno:AutoPilotPresentations" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="x-no-translate"></value><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="x-no-translate"></value><value xml:lang="en-US">AutoPilot: Agenda</value> |