diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-01 15:51:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-01 17:15:14 +0200 |
commit | 5aafb3db7e8316e8e5a8665d6161fda4d4588443 (patch) | |
tree | 0bc3169dcdcf36594c6e573d318f9e119a5e13bc /offapi | |
parent | ef8341f05ec79fcdac3b05b45659f5c98ff05edf (diff) |
Fix typos
Change-Id: I4496faa9ce7cad393bf06ca789099b045aea2741
Reviewed-on: https://gerrit.libreoffice.org/41785
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/AccessibleTextField.idl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleTextField.idl b/offapi/com/sun/star/awt/AccessibleTextField.idl index 2377077d9f70..c7b3b3f4299a 100644 --- a/offapi/com/sun/star/awt/AccessibleTextField.idl +++ b/offapi/com/sun/star/awt/AccessibleTextField.idl @@ -46,16 +46,16 @@ module com { module sun { module star { module awt { */ service AccessibleTextField { - /** This interface gives access to the structural information of a text filed: + /** This interface gives access to the structural information of a text field: <ul> - <li>Role: The role of a text filed is + <li>Role: The role of a text field is com::sun::star::accessibility::AccessibleRole::TEXT.</li> - <li>Name: The name of a text filed is its localized label.</li> - <li>Description: The description of a text filed is its localized + <li>Name: The name of a text field is its localized label.</li> + <li>Description: The description of a text field is its localized help text.</li> <li>Children: There exists no children.</li> - <li>Parent: The parent is the window that contains the text filed.</li> + <li>Parent: The parent is the window that contains the text field.</li> <li>Relations: There are no relations.</li> <li>States: The states supported by this service are <ul> |