From da40cac540e7d735edbe9069b3c8ec6af4530208 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Nov 2014 15:05:25 +0100 Subject: Fix common typos. No automatic tools. Handmade… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- offapi/com/sun/star/sdb/ReportDesign.idl | 2 +- offapi/com/sun/star/sdb/application/XCopyTableWizard.idl | 2 +- offapi/com/sun/star/sdb/tools/XConnectionTools.idl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi/com/sun/star/sdb') diff --git a/offapi/com/sun/star/sdb/ReportDesign.idl b/offapi/com/sun/star/sdb/ReportDesign.idl index 832c3824512e..65bad910ed0f 100644 --- a/offapi/com/sun/star/sdb/ReportDesign.idl +++ b/offapi/com/sun/star/sdb/ReportDesign.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module sdb { /** - This interface could be imcomplete since I derived it from it's sole place of use. + This interface could be incomplete since I derived it from it's sole place of use. @since LibreOffice 4.1 */ diff --git a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl index 6b845752940f..18b312f4f76b 100644 --- a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl +++ b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl @@ -99,7 +99,7 @@ interface XCopyTableWizard : ::com::sun::star::ui::dialogs::XExecutableDialog

Changing this attribute while the dialog is running is not supported, the result of such an attempt is undefined.

-

When a primary key is to be created by the wizard, it will be be an auto-increment +

When a primary key is to be created by the wizard, it will be an auto-increment column, if possible.

@throws ::com::sun::star::lang::IllegalArgumentException diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl index 937ed563a0e6..feb085e6afc6 100644 --- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl +++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl @@ -95,7 +95,7 @@ interface XConnectionTools If (and only if) CommandType is CommandType.COMMAND, the fields collection which is returned by this function here is a temporary object. It is kept alive by another object, which is to be created temporarily, too. To ensure that the fields you get are valid as long as you need them, - the owner which controls their life time is transfered to this parameter upon return.
+ the owner which controls their life time is transferred to this parameter upon return.
Your fields live as long as this component lives.
Additionally, you are encouraged to dispose this component as soon as you don't need the fields anymore. It depends on the connection's implementation if this is necessary, but the is no guarantee, so to -- cgit