summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl')
-rw-r--r--offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
index 3e3b88f8e216..6fbda1399984 100644
--- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
+++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
@@ -270,8 +270,8 @@ interface XDatabaseDocumentUI
constants.
@param DocumentDefinition
- Upon successful return, and if and only if <arg>ObjectType</arg> equals <member>DatabaseObject::FORM</member>
- or <member>DatabaseObject::REPORT</member>, this will contain the com::sun::star::sdb::DocumentDefinition
+ Upon successful return, and if and only if <arg>ObjectType</arg> equals DatabaseObject::FORM
+ or DatabaseObject::REPORT, this will contain the com::sun::star::sdb::DocumentDefinition
object which controls the sub component.
*/
::com::sun::star::lang::XComponent createComponent(
@@ -294,8 +294,8 @@ interface XDatabaseDocumentUI
constants.
@param DocumentDefinition
- Upon successful return, and if and only if <arg>ObjectType</arg> equals <member>DatabaseObject::FORM</member>
- or <member>DatabaseObject::REPORT</member>, this will contain the com::sun::star::sdb::DocumentDefinition
+ Upon successful return, and if and only if <arg>ObjectType</arg> equals DatabaseObject::FORM
+ or DatabaseObject::REPORT, this will contain the com::sun::star::sdb::DocumentDefinition
object which controls the sub component.<br/>
You can use this object to control various aspects of the sub component. For instance, you could decide
to create the component hidden, by passing a <code>Hidden</code> flag (set to <TRUE/>) in <arg>Arguments</arg>,