diff options
Diffstat (limited to 'oovbaapi/ooo/vba/word/XTextInput.idl')
-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; |