sw/sdi/swriter.sdi |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 12f434277bc424f01597be83020a569c84bbee5a
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Nov 29 09:42:18 2022 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Nov 29 13:24:29 2022 +0100

    sw: hide TextFormFields from the customization dialog like
    
    Addresses
    
<https://gerrit.libreoffice.org/c/core/+/143361/2#message-ab38e28cbdbbfe57d48bec1ce3026bb4fded60f6>,
    this command is meant to be invoked from macros and the LOK API, not
    from the UI, so hide these instead of adding a label.
    
    Change-Id: Icc17aa10db49fd2937453b3a5ceddfb368787574
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143430
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index 60ca3faa4437..42e24f93e878 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -8267,9 +8267,6 @@ SfxVoidItem TextFormFields FN_UPDATE_TEXT_FORMFIELDS
     RecordPerSet;
 
 
-    AccelConfig = TRUE,
-    MenuConfig = TRUE,
-    ToolBoxConfig = TRUE,
     GroupId = SfxGroupId::Controls;
 ]
 

Reply via email to