summaryrefslogtreecommitdiff
path: root/offapi
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
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')
-rw-r--r--offapi/com/sun/star/drawing/FillProperties.idl2
-rw-r--r--offapi/com/sun/star/drawing/GenericDrawPage.idl2
-rw-r--r--offapi/com/sun/star/drawing/GraphicObjectShape.idl2
-rw-r--r--offapi/com/sun/star/embed/XStorage2.idl4
-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
-rw-r--r--offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl2
-rw-r--r--offapi/com/sun/star/sdb/XSQLQueryComposer.idl2
9 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/drawing/FillProperties.idl b/offapi/com/sun/star/drawing/FillProperties.idl
index a1fdbf41189f..ca64bcd5c6c6 100644
--- a/offapi/com/sun/star/drawing/FillProperties.idl
+++ b/offapi/com/sun/star/drawing/FillProperties.idl
@@ -165,7 +165,7 @@ published service FillProperties
*/
[property] long FillBitmapSizeY;
- /** this enum selects how a area is filled with a single bitmap.
+ /** this enum selects how an area is filled with a single bitmap.
<p>This property corresponds to the properties
#FillBitmapStretch and #FillBitmapTile.</p>
diff --git a/offapi/com/sun/star/drawing/GenericDrawPage.idl b/offapi/com/sun/star/drawing/GenericDrawPage.idl
index fcd6db5713a7..e78d94b2587a 100644
--- a/offapi/com/sun/star/drawing/GenericDrawPage.idl
+++ b/offapi/com/sun/star/drawing/GenericDrawPage.idl
@@ -136,7 +136,7 @@ published service GenericDrawPage
/** this property is true if the averaged background filling colors luminance
- is belove an application specified threshold value. This can be used to
+ is below an application specified threshold value. This can be used to
determine the actual value of an auto color.
*/
[readonly, optional, property] boolean IsBackgroundDark;
diff --git a/offapi/com/sun/star/drawing/GraphicObjectShape.idl b/offapi/com/sun/star/drawing/GraphicObjectShape.idl
index 60388f7c57e7..3e415c1f466b 100644
--- a/offapi/com/sun/star/drawing/GraphicObjectShape.idl
+++ b/offapi/com/sun/star/drawing/GraphicObjectShape.idl
@@ -112,7 +112,7 @@ published service GraphicObjectShape
*/
[property] ColorMode GraphicColorMode;
- /** This property contains a image map for this graphic.
+ /** This property contains an image map for this graphic.
@see com::sun::star::image::ImageMap
*/
[optional, property] com::sun::star::container::XIndexContainer ImageMap;
diff --git a/offapi/com/sun/star/embed/XStorage2.idl b/offapi/com/sun/star/embed/XStorage2.idl
index bbbddc4923dc..00b0124376d9 100644
--- a/offapi/com/sun/star/embed/XStorage2.idl
+++ b/offapi/com/sun/star/embed/XStorage2.idl
@@ -51,7 +51,7 @@ interface XStorage2 : XStorage
can be a combination of ElementModes values
@param aEncryptionData
- this parameter allowes to specify an encryption data to decrypt the
+ this parameter allows to specify an encryption data to decrypt the
stream, the encryption data must be correct, otherwise an
exception will be thrown
@@ -107,7 +107,7 @@ interface XStorage2 : XStorage
the name of the substream that should be copied
@param aEncryptionData
- this parameter allowes to specify an encryption data for the
+ this parameter allows to specify an encryption data for the
stream, the encryption data must be correct, otherwise an
exception will be thrown
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>
diff --git a/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl b/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl
index e6078e17b98f..80c9b9307c15 100644
--- a/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl
+++ b/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl
@@ -44,7 +44,7 @@ published interface XDatabaseRegistrationsListener : ::com::sun::star::lang::XEv
*/
void revokedDatabaseLocation( [in] DatabaseRegistrationEvent Event );
- /** called when a the location of a registered database changed
+ /** called when the location of a registered database changed
<p>Note that this talks about registration data only. That is, if the actual file denoted by the database
registration is moved, this is in no way monitored or reported. Only (successful) calls to
diff --git a/offapi/com/sun/star/sdb/XSQLQueryComposer.idl b/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
index a5c9c18e7b9d..630e947a2527 100644
--- a/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
+++ b/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
@@ -111,7 +111,7 @@ published interface XSQLQueryComposer: com::sun::star::uno::XInterface
/** appends an additional part to the sort order criteria of the select
statement.
@param column
- the column which is used to create a order part
+ the column which is used to create an order part
@param ascending
`TRUE` when the order should be ascending, otherwise `FALSE`
@throws com::sun::star::sdbc::SQLException