sw/source/ui/vba/vbacontentcontrollistentries.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 79ed78dc85bb28a179a3c38760fa5b9c1158987e Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Nov 26 11:07:10 2022 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Nov 26 17:55:20 2022 +0100 Fix typo Change-Id: I2f93357f2291312e91002fe3b104261a6aee8734 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143318 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/ui/vba/vbacontentcontrollistentries.cxx b/sw/source/ui/vba/vbacontentcontrollistentries.cxx index a96d6b3ad3dd..dcf71afb9337 100644 --- a/sw/source/ui/vba/vbacontentcontrollistentries.cxx +++ b/sw/source/ui/vba/vbacontentcontrollistentries.cxx @@ -91,7 +91,7 @@ public: } /** - * DropDownLists and ComboBoxes contain a list of name/value pairs to chose from. + * DropDownLists and ComboBoxes contain a list of name/value pairs to choose from. * Use of DropDownListEntries from any other control is invalid. */ SwVbaContentControlListEntries::SwVbaContentControlListEntries(
