diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-11-26 11:07:10 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-11-26 17:55:20 +0100 |
commit | 79ed78dc85bb28a179a3c38760fa5b9c1158987e (patch) | |
tree | bf13bf2bbbe0a74705ea09e78f8a51cfdbed17a3 /sw | |
parent | 6bf5dd8faea420aa0dbc7c429952c9868bcadb9e (diff) |
Fix typo
Change-Id: I2f93357f2291312e91002fe3b104261a6aee8734
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143318
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/vba/vbacontentcontrollistentries.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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( |