sw/sdi/_textsh.sdi |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 94c670f030fc63afe84ecfdfffc75d4764218754
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Wed Feb 1 20:17:06 2023 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Feb 2 07:19:31 2023 +0000

    sw, FN_UPDATE_TEXT_FORMFIELD: remove unused StateMethod
    
    This was added in 337416dafb66ed8f930d2d69e83fae438fc85f3c (sw: add a
    new .uno:UpdateTextFormField UNO command, 2023-01-06), but only
    SwTextShell::ExecField() handles FN_UPDATE_TEXT_FORMFIELD, so the
    StateMethod is not needed.
    
    Change-Id: I237f82f7f3b5efa7e619576880d973d144c77b25
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146474
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index cca84716962f..1f5db939267b 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -1821,7 +1821,6 @@ interface BaseText
     FN_UPDATE_TEXT_FORMFIELD
     [
         ExecMethod = ExecField ;
-        StateMethod = StateField ;
     ]
 
     FN_DELETE_TEXT_FORMFIELDS

Reply via email to