sw/source/uibase/shells/textfld.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 30f6793baa5529b0594407cd0caaf3a3cde3289c Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Tue Jan 10 16:01:51 2023 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Wed Jan 11 07:32:04 2023 +0000 sw: fix FN_UPDATE_TEXT_FORMFIELD typo A single fieldmark should not be plural. Change-Id: I5fc1d9fd3a19937c312a25e36bada0c5c4e70e7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145277 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx index 7e10b7a8673d..d4b9e92c5416 100644 --- a/sw/source/uibase/shells/textfld.cxx +++ b/sw/source/uibase/shells/textfld.cxx @@ -1069,7 +1069,7 @@ FIELD_INSERT: break; case FN_UPDATE_TEXT_FORMFIELD: { - // This updates a single fieldmarks under the current cursor. + // This updates a single fieldmark under the current cursor. OUString aFieldType; const SfxStringItem* pFieldType = rReq.GetArg<SfxStringItem>(FN_PARAM_1); if (pFieldType)