diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-02-15 20:13:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-02-16 07:17:08 +0000 |
commit | 5543faac1b4a92455c9c8e9f081688411f4a0cc5 (patch) | |
tree | 49a74121a4815b50e03d342c34580e658a8abfd4 /sw/inc/swundo.hxx | |
parent | 46ceb1ccb792b1a9ee12b73c499c4763502ef1e3 (diff) |
sw: fix undo comment of FN_UPDATE_TEXT_FORMFIELDS
It's updates, not an insert. One has to dispatch .uno:TextFormFields to
see this in action.
Change-Id: I3049fa34110731e15082a0163de4b08e83c76098
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147109
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc/swundo.hxx')
-rw-r--r-- | sw/inc/swundo.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/swundo.hxx b/sw/inc/swundo.hxx index 6b067dbec700..a387757bfd6b 100644 --- a/sw/inc/swundo.hxx +++ b/sw/inc/swundo.hxx @@ -168,6 +168,7 @@ enum class SwUndoId OUTLINE_EDIT, // 136 INSERT_PAGE_NUMBER, // 137 UPDATE_FORM_FIELD, // 138 + UPDATE_FORM_FIELDS, // 139 }; OUString GetUndoComment(SwUndoId eId); |