summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/application
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/application')
-rw-r--r--offapi/com/sun/star/sdb/application/CopyTableContinuation.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/DefaultViewController.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/XCopyTableWizard.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl10
-rw-r--r--offapi/com/sun/star/sdb/application/XTableUIProvider.idl4
5 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/sdb/application/CopyTableContinuation.idl b/offapi/com/sun/star/sdb/application/CopyTableContinuation.idl
index 7b8bad2cc841..5f0eb18bc5b8 100644
--- a/offapi/com/sun/star/sdb/application/CopyTableContinuation.idl
+++ b/offapi/com/sun/star/sdb/application/CopyTableContinuation.idl
@@ -54,7 +54,7 @@ constants CopyTableContinuation
/** asks the user how the handle the error.
- <p>The user can choose between ignoring the error and cancelling the copy
+ <p>The user can choose between ignoring the error and canceling the copy
operation.</p>
*/
const short AskUser = 3;
diff --git a/offapi/com/sun/star/sdb/application/DefaultViewController.idl b/offapi/com/sun/star/sdb/application/DefaultViewController.idl
index f46c74467dc3..09ea4700416b 100644
--- a/offapi/com/sun/star/sdb/application/DefaultViewController.idl
+++ b/offapi/com/sun/star/sdb/application/DefaultViewController.idl
@@ -54,7 +54,7 @@ service DefaultViewController
<p>The <member scope="::com::sun::star::ui">ContextMenuExecuteEvent::Selection</member> member
of the event passed to an interceptor will <em>not</em> be the controller itself
(though the controller also supports the <a href="#XSelectionSupplier"><code>XSelectionSupplier</code></a>
- interface), but a component which descrbes the current selection of the very window where the context
+ interface), but a component which describes the current selection of the very window where the context
menu was requested.</p>
<p>In OpenOffice.org's database application, database objects such as tables, queries, forms,
diff --git a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
index 216c9fb45023..9db2b0d5301f 100644
--- a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
@@ -85,7 +85,7 @@ interface XCopyTableWizard : ::com::sun::star::ui::dialogs::XExecutableDialog
set raises ( ::com::sun::star::lang::IllegalArgumentException );
};
- /** specfies the name of the table in the destination database.
+ /** specifies the name of the table in the destination database.
<p>At initialization time, you can use this attribute to control the
initial table name as suggested to the user.</p>
diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
index 7c14255045e1..c0ad40f97db9 100644
--- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
+++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
@@ -60,9 +60,9 @@ interface XDatabaseDocumentUI
*/
[attribute, readonly] com::sun::star::sdbc::XDataSource DataSource;
- /** provides access to the applicatio's main window
+ /** provides access to the application's main window
- <p>Note that reading this atttribute is equivalent to querying the component
+ <p>Note that reading this attribute is equivalent to querying the component
for the <type scope="com::sun::star::frame">XController</type> interface,
asking the controller for its frame, and asking this frame for its
container window.</p>
@@ -76,7 +76,7 @@ interface XDatabaseDocumentUI
<p>Note that the connection returned here is really the working connection
of the application. Clients should not misuse it, in particular, closing
- the connection can yield unexpected results and should definately be
+ the connection can yield unexpected results and should definitely be
avoided. If you need a separate connection to the data source, use
<member scope="com::sun::star::sdbc">XDataSource::getConnection</member>.</p>
*/
@@ -127,7 +127,7 @@ interface XDatabaseDocumentUI
a record describing the sub component. The first element of the returned pair is the type
of the component, denoted by one of the <type>DatabaseObject</type> constants. The second
element is the name of the component. For object types which support nested structures (forms
- and reports, actually), this might be a hierachical name. If the sub component has been newly created,
+ and reports, actually), this might be a hierarchical name. If the sub component has been newly created,
and not yet saved, this name is empty.
@throws ::com::sun::star::lang::IllegalArgumentException
@@ -187,7 +187,7 @@ interface XDatabaseDocumentUI
constants.
@param ObjectName
- specifies the name of the object. In case hierachical objects are supported
+ specifies the name of the object. In case hierarchical objects are supported
(as is the case form forms and reports), hierarchical names are supported here, too.
@param ForEditing
diff --git a/offapi/com/sun/star/sdb/application/XTableUIProvider.idl b/offapi/com/sun/star/sdb/application/XTableUIProvider.idl
index ec31ace643aa..e93df6429684 100644
--- a/offapi/com/sun/star/sdb/application/XTableUIProvider.idl
+++ b/offapi/com/sun/star/sdb/application/XTableUIProvider.idl
@@ -76,7 +76,7 @@ interface XTableUIProvider
@param DocumentUI
provides access to the UI in which the database document is
currently displayed.<br/>
- In particular, this paramter provides access to the application's main
+ In particular, this parameter provides access to the application's main
window, which is needed in case the table editor should be a dialog.
@param TableName
@@ -105,7 +105,7 @@ interface XTableUIProvider
if the given <arg>TableName</arg> does not denote an existing table
@throws ::com::sun::star::lang::WrappedTargetException
- if an error occures while creating the table editor component.
+ if an error occurs while creating the table editor component.
*/
com::sun::star::uno::XInterface getTableEditor(
[in] XDatabaseDocumentUI DocumentUI,