officecfg/registry/data/org/openoffice/Office/Common.xcu | 11 ----------- 1 file changed, 11 deletions(-)
New commits: commit 08e8fb0cba7edbba4436096c248bab30c0564b28 Author: Christian Lohmaier <[email protected]> AuthorDate: Thu Dec 17 19:27:09 2020 +0100 Commit: Christian Lohmaier <[email protected]> CommitDate: Thu Dec 17 22:34:41 2020 +0100 tdf#135580 remove Euro Conversion wizard from menu it is considered deprecated/scheduled for removal in next version This change only removes it from the default menu, but leaves it available in the set of available commands/doesn't remove the actual conversion wizard Change-Id: Ib7a37b55a0d6f09d90da66f89c0a2b1b80d0071a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107919 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <[email protected]> (cherry picked from commit d6774abbd3eddbf3a6655c57a880f4e28d0cb74a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107901 Tested-by: Christian Lohmaier <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 0ce90a156317..08b39475df5c 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -327,17 +327,6 @@ <value>_self</value> </prop> </node> - <node oor:name="m12" oor:op="replace" install:module="writer"> - <prop oor:name="URL" oor:type="xs:string"> - <value>macro:///Euro.AutoPilotRun.StartAutoPilot</value> - </prop> - <prop oor:name="Title"> - <value xml:lang="en-US">~Euro Converter...</value> - </prop> - <prop oor:name="TargetName" oor:type="xs:string"> - <value>_self</value> - </prop> - </node> <node oor:name="m13" oor:op="replace"> <prop oor:name="URL" oor:type="xs:string"> <value>private:separator</value> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
