diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-11-14 13:21:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-11-14 21:04:13 +0100 |
commit | 022eafa4d69bc8290aa304b69af2c325fe3d2a02 (patch) | |
tree | b84ff6a39bf411d83a3d5d1c860c1cbd9af46538 /oovbaapi | |
parent | bb943222e6592402c4ca35bbf50094c7491330c9 (diff) |
Fix typo
Change-Id: Ib625049e93949b247ca20a83dcca16fecda29216
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142703
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/word/XTextInput.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/word/XTextInput.idl b/oovbaapi/ooo/vba/word/XTextInput.idl index ec7b3465cdd7..7dd4ac42d3e0 100644 --- a/oovbaapi/ooo/vba/word/XTextInput.idl +++ b/oovbaapi/ooo/vba/word/XTextInput.idl @@ -19,7 +19,7 @@ interface XTextInput /// Returns and sets the default text. [attribute] string Default; - /// Returns the string that specifies how the text should be formated (like date/time, currency) + /// Returns the string that specifies how the text should be formatted (like date/time, currency) [attribute, readonly] string Format; /// Returns the type of content: oovbaapi/ooo/vba/word/WdTextFormFieldType.idl [attribute, readonly] long Type; |