diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-01-10 16:01:51 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-01-11 07:32:04 +0000 |
commit | 30f6793baa5529b0594407cd0caaf3a3cde3289c (patch) | |
tree | d15bbff9f7519195c578584fd43c959b02653aa0 /sw/source/uibase/shells | |
parent | d3152ea3ae0d6d1bdbc6379c3505812434da6466 (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/shells')
-rw-r--r-- | sw/source/uibase/shells/textfld.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |