summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-11-10 15:05:25 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-11-12 11:04:11 +0000
commitda40cac540e7d735edbe9069b3c8ec6af4530208 (patch)
treef2abda7281129e13f588c77b18780a7090c8405f /offapi/com/sun/star/sdb
parentbb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff)
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'offapi/com/sun/star/sdb')
-rw-r--r--offapi/com/sun/star/sdb/ReportDesign.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/XCopyTableWizard.idl2
-rw-r--r--offapi/com/sun/star/sdb/tools/XConnectionTools.idl2
3 files changed, 3 insertions, 3 deletions
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
<p>Changing this attribute while the dialog is running is not supported, the
result of such an attempt is undefined.</p>
- <p>When a primary key is to be created by the wizard, it will be be an auto-increment
+ <p>When a primary key is to be created by the wizard, it will be an auto-increment
column, if possible.</p>
@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.<br/>
+ the owner which controls their life time is transferred to this parameter upon return.<br/>
Your fields live as long as this component lives.<br/>
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