summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 18:56:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-03 00:01:50 +0200
commit3b28713ef82829fd1958d1ecf8c29b7391af78f5 (patch)
tree284d9bc97215b73f3ac25c1b25e33a5ef237ebdb /offapi/com/sun/star/form
parent5a9bdcbb0dfd6f149d243cd69e158aa3ad70dd91 (diff)
Fix typos
Change-Id: I5c95e180681220fc592400435d90e4d46603d41c Reviewed-on: https://gerrit.libreoffice.org/76883 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star/form')
-rw-r--r--offapi/com/sun/star/form/NavigationBarMode.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/NavigationBarMode.idl b/offapi/com/sun/star/form/NavigationBarMode.idl
index 51440d0d1d54..5056f11ca909 100644
--- a/offapi/com/sun/star/form/NavigationBarMode.idl
+++ b/offapi/com/sun/star/form/NavigationBarMode.idl
@@ -51,7 +51,7 @@ published enum NavigationBarMode
/** a navigation bar is provided and navigation will be performed
on the parent of the current/active form.
- <p>This options is usually used for forms containing an grid control only.
+ <p>This option is usually used for forms containing a grid control only.
In such a form, the control has its own navigation elements, so there is
no need to use the navigation bar for the form, but rather for its parent.
</p>
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl b/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl
index c4c2c9f8aa43..3623f35bb587 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseDateField.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module form { module binding {
/** This service specifies a date input field which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
- <p>If an com::sun::star::form::binding::ValueBinding instance is
+ <p>If a com::sun::star::form::binding::ValueBinding instance is
set at the field, it will exchange it's content with the binding as com::sun::star::util::Date.
</p>
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl b/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl
index fb199ab1f427..955070aea9af 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseTimeField.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module form { module binding {
/** This service specifies a date input field which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
- <p>If an com::sun::star::form::binding::ValueBinding instance is
+ <p>If a com::sun::star::form::binding::ValueBinding instance is
set at the field, it will exchange it's content with the binding as com::sun::star::util::Time.
</p>