From dc3a2546bd0ad0afe20cba9940934405174fd593 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Fri, 15 Feb 2019 18:37:40 +0100 Subject: MSForms: Introduce a new Forms menu which is compatible with MS Word MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * It's a Writer only menu by now * Displayed when the compatibility option is set * The menubar is changed during creation, so the option has an effect only after a restart. * MS compatible Forms menu contains only some ActiveX controls now Change-Id: I459f489c15ea7a25514f379b1800b926cc2087ce Reviewed-on: https://gerrit.libreoffice.org/67904 Tested-by: Jenkins Reviewed-by: Tamás Zolnai --- sw/UIConfig_swriter.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/UIConfig_swriter.mk') diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk index 4bb3adb83cee..5e03ab5d3d7f 100644 --- a/sw/UIConfig_swriter.mk +++ b/sw/UIConfig_swriter.mk @@ -11,6 +11,7 @@ $(eval $(call gb_UIConfig_UIConfig,modules/swriter)) $(eval $(call gb_UIConfig_add_menubarfiles,modules/swriter,\ sw/uiconfig/swriter/menubar/menubar \ + sw/uiconfig/swriter/menubar/mscompatibleformsmenu \ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/swriter,\ -- cgit