diff options
author | Chris Laplante <mostthingsweb@gmail.com> | 2014-05-14 14:15:38 -0400 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-17 12:38:38 +0000 |
commit | 3c1e30b77df4f34c4954bff37a08439ace7f2434 (patch) | |
tree | a5231657e37e3b2efb2ba438c43561bf5f27649c /offapi | |
parent | f62de9113a4866f7152acbe0e8221c594b7a7b68 (diff) |
Correct common misspellings, and remove some ASCII art along the way.
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c
Reviewed-on: https://gerrit.libreoffice.org/9356
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/form/component/DatabaseListBox.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/form/component/DatabaseListBox.idl b/offapi/com/sun/star/form/component/DatabaseListBox.idl index 967c9332c3da..0b8f95210dbe 100644 --- a/offapi/com/sun/star/form/component/DatabaseListBox.idl +++ b/offapi/com/sun/star/form/component/DatabaseListBox.idl @@ -128,7 +128,7 @@ published service DatabaseListBox <dd>The first element of the string sequence in ListBox::ListSource contains the SQL statement which the list result set should be based on.<br/> The statement is not analyzed by the parser. This means that you can use database specific - SQL features here, but, on the other hand, loose features like parameter value substitution.</dd> + SQL features here, but, on the other hand, lose features like parameter value substitution.</dd> <dt>com::sun::star::form::ListSourceType::TABLEFIELDS</dt> <dd>The first element of the string sequence in ListBox::ListSource |