From 421ebc945cb86a68b826b3c14b1cee6a21e46ef2 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Fri, 15 Feb 2019 18:34:56 +0100 Subject: MSForms: Introduce a new compatibility flag to enable MS compatible Forms menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * It's a global option not a document level setting (like other compatibility options) so I created a separate section on the GUI for this option on the same tab page. * In the configuration the option is placed under Compatibility/View since the existing Compatibility/FormattingOptions seems related to document formating and not the GUI. * Since it was added with a new configuration root I needed to add also a new ConfigItem derviative class to handle this option. Reviewed-on: https://gerrit.libreoffice.org/67902 Tested-by: Jenkins Reviewed-by: Tamás Zolnai (cherry picked from commit 11669b9cf970d953d41b8dd2c5ce85d6fa7e31ef) Change-Id: I54668ae9808a1ca3c3b7fe81f2f201720257b3fb Reviewed-on: https://gerrit.libreoffice.org/67918 Reviewed-by: Andras Timar Tested-by: Andras Timar --- .../registry/schema/org/openoffice/Office/Compatibility.xcs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index c12568de94dd..d735e05363f0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -151,5 +151,18 @@ + + + Compatibility options affecting GUI + + + + + Specifies whether Forms menu should be customized for an MSO workflow. The MS compatible Forms menu contains only MS compatible form controls. + + + false + + -- cgit v1.2.3