summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:44:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 16:21:48 +0200
commitf2fef52bb920c42e7de7452adfdff079384b6942 (patch)
treea5d6794a83aa723a8fd6270ca433097dcbf01617 /offapi
parentbf372bf9bded68caf05696c929dcf4a0f2883db8 (diff)
Fix typos
Change-Id: I7ffc5420ffdfa33d267b7463c8d66c53903b9425 Reviewed-on: https://gerrit.libreoffice.org/77311 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdb/XRowSetApproveBroadcaster.idl2
-rw-r--r--offapi/com/sun/star/sdb/XSubDocument.idl8
-rw-r--r--offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl4
-rw-r--r--offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl2
-rw-r--r--offapi/com/sun/star/sdbc/XArray.idl2
-rw-r--r--offapi/com/sun/star/sdbc/XColumnLocate.idl2
-rw-r--r--offapi/com/sun/star/sdbcx/Table.idl2
8 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/sdb/XRowSetApproveBroadcaster.idl b/offapi/com/sun/star/sdb/XRowSetApproveBroadcaster.idl
index f77dffcb635e..39da400830b0 100644
--- a/offapi/com/sun/star/sdb/XRowSetApproveBroadcaster.idl
+++ b/offapi/com/sun/star/sdb/XRowSetApproveBroadcaster.idl
@@ -33,7 +33,7 @@ published interface XRowSetApproveBroadcaster: com::sun::star::uno::XInterface
{
/** adds the specified listener to receive the events "approveCursorMove",
- "approveRowChange", and "appproveRowSetChange".
+ "approveRowChange", and "approveRowSetChange".
*/
void addRowSetApproveListener(
[in]XRowSetApproveListener listener );
diff --git a/offapi/com/sun/star/sdb/XSubDocument.idl b/offapi/com/sun/star/sdb/XSubDocument.idl
index ee7ff640a061..89c0721402d9 100644
--- a/offapi/com/sun/star/sdb/XSubDocument.idl
+++ b/offapi/com/sun/star/sdb/XSubDocument.idl
@@ -39,8 +39,8 @@ interface XSubDocument
on the desktop.</p>
@return
- the sub document, usually an com::sun::star::frame::XModel,
- or an com::sun::star::frame::XController if the sub document
+ the sub document, usually a com::sun::star::frame::XModel,
+ or a com::sun::star::frame::XController if the sub document
does not have an own model.
@throws ::com::sun::star::lang::WrappedTargetException
@@ -53,8 +53,8 @@ interface XSubDocument
/** opens the sub document in design mode
@return
- the sub document, usually an com::sun::star::frame::XModel,
- or an com::sun::star::frame::XController if the sub document
+ the sub document, usually a com::sun::star::frame::XModel,
+ or a com::sun::star::frame::XController if the sub document
does not have an own model.
@throws ::com::sun::star::lang::WrappedTargetException
diff --git a/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl b/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl
index cd96d52c9fb0..adbc2e2c9062 100644
--- a/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl
+++ b/offapi/com/sun/star/sdb/application/DatabaseObjectContainer.idl
@@ -59,7 +59,7 @@ constants DatabaseObjectContainer
*/
const long FORMS = 1002;
- /** denotes the virtual folder containing all reports of a database database, in a context where such a
+ /** denotes the virtual folder containing all reports of a database, in a context where such a
folder is displayed to the user.
*/
const long REPORTS = 1003;
diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
index 011b0333668d..a8f54d4f78b9 100644
--- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
+++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
@@ -225,8 +225,8 @@ interface XDatabaseDocumentUI
</p>
@return
- the component which has been loaded. This is either an com::sun::star::frame::XModel,
- or an com::sun::star::frame::XController if the component does is model-less.
+ the component which has been loaded. This is either a com::sun::star::frame::XModel,
+ or a com::sun::star::frame::XController if the component does is model-less.
@throws ::com::sun::star::lang::IllegalArgumentException
if ObjectType denotes an invalid object type
diff --git a/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
index 39764d38b07c..3f23ba4cc158 100644
--- a/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
@@ -23,7 +23,7 @@
module com { module sun { module star { module sdbc {
-/** represents the properties for a ODBC connection (session) with a specific
+/** represents the properties for an ODBC connection (session) with a specific
database. These properties can be used when calling the method
com::sun::star::sdbc::XDriver::connect() or
com::sun::star::sdbc::XDriverManager::getConnectionWithInfo().
diff --git a/offapi/com/sun/star/sdbc/XArray.idl b/offapi/com/sun/star/sdbc/XArray.idl
index 2a2b69b1fad8..ddd0e461a238 100644
--- a/offapi/com/sun/star/sdbc/XArray.idl
+++ b/offapi/com/sun/star/sdbc/XArray.idl
@@ -94,7 +94,7 @@ published interface XArray: com::sun::star::uno::XInterface
is used.
@returns
- an sequence that contains the ordered elements
+ a sequence that contains the ordered elements
of the SQL array designated by this object.
@throws SQLException
diff --git a/offapi/com/sun/star/sdbc/XColumnLocate.idl b/offapi/com/sun/star/sdbc/XColumnLocate.idl
index a7c8d525d89f..626a17853779 100644
--- a/offapi/com/sun/star/sdbc/XColumnLocate.idl
+++ b/offapi/com/sun/star/sdbc/XColumnLocate.idl
@@ -49,7 +49,7 @@ published interface XColumnLocate: com::sun::star::uno::XInterface
<p>
The specification before LibreOffice 4.2 left unspecified what should
happen for an invalid column name. As a result some drivers written
- against the older speification may return a special invalid value, such
+ against the older specification may return a special invalid value, such
as a negative number, zero, or a number greater than the number of
columns.
</p>
diff --git a/offapi/com/sun/star/sdbcx/Table.idl b/offapi/com/sun/star/sdbcx/Table.idl
index 10603badc47f..3dec454a9da5 100644
--- a/offapi/com/sun/star/sdbcx/Table.idl
+++ b/offapi/com/sun/star/sdbcx/Table.idl
@@ -55,7 +55,7 @@
published service Table
{
- /** optional, could be used to copy an table.
+ /** optional, could be used to copy a table.
*/
[optional] interface XDataDescriptorFactory;