summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-10-25 14:00:32 +0000
committerMichael Hönnig <mi@openoffice.org>2001-10-25 14:00:32 +0000
commit858c85b5a0bb3a8de78ef696b2a2377baeb9f9aa (patch)
treebdef5f03e84dfce5da034b8956f321c4f13afcc3 /offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
parenta96a1f470d60f775dcdff6fd5d2bfebd1f67f9fe (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl')
-rw-r--r--offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl17
1 files changed, 10 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl b/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
index 3fb8acfad7b6..7c0a69595c8d 100644
--- a/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
+++ b/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatasourceAdministrationDialog.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tra $ $Date: 2001-07-03 09:00:57 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:00:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,7 +94,7 @@ service DatasourceAdministrationDialog
[property] string Title;
/** parent window to use for the administration dialog
- <p>This property can't be set while the dialog is beeing displayed.</p>
+ <p>This property can't be set while the dialog is being displayed.</p>
*/
[property] com::sun::star::awt::XWindow ParentWindow;
@@ -102,21 +102,21 @@ service DatasourceAdministrationDialog
*/
interface com::sun::star::beans::XPropertySet;
- /** allows to start the execution of the administration dialog
+ /** allows starting execution of the administration dialog
*/
interface com::sun::star::ui::dialogs::XExecutableDialog;
- /** allows to initialize the dialog
+ /** allows initializing the dialog
<p>You do not need to call the initialize method directly, instead you may use the createInstanceWithArguments
method of your <type scope="com::sun::star::lang">XMultiServiceFactory</type>.</p>
<p>You specify a parameter by passing one (or more) <type scope="com::sun::star::beans">PropertyValue</type>
object(s) to the initialize method, where the <em>Name</em> field contains a string describing which aspect
you want to affect, and the <em>Value</em> field containing a value.
- <br/>
+ <br>
Imagine the initialization values as if you use setPropertyValue of the <type scope="com::sun::star::beans">XPropertySet</type>
interface ...
- <br/>
+ <br>
allowed parameters are
<ul>
<li><b>Title</b><br/>
@@ -142,6 +142,9 @@ service DatasourceAdministrationDialog
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.6 2001/07/03 09:00:57 tra
+ * must change com/sun/star/ui -> com/sun/star/ui/dialogs/
+ *
* Revision 1.5 2001/03/16 16:41:32 jsc
* remove interfaceheader with uik and remove [const] in method definitions
*