summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XDialogProvider2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XDialogProvider2.idl')
-rw-r--r--offapi/com/sun/star/awt/XDialogProvider2.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XDialogProvider2.idl b/offapi/com/sun/star/awt/XDialogProvider2.idl
index eb676024fcd9..462460fd7a58 100644
--- a/offapi/com/sun/star/awt/XDialogProvider2.idl
+++ b/offapi/com/sun/star/awt/XDialogProvider2.idl
@@ -99,8 +99,8 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider {
/** creates a dialog for the given URL, accepting additional creation parameters
<p>The arguments accepted so far are
- <ul><li><em>ParentWindow</em> - must be a component supporting the <type>XWindowPeer</type> interface,
- or a component supporting the <type>XControl</type> interface, so an <code>XWindowPeer</code> can be
+ <ul><li><em>ParentWindow</em> - must be a component supporting the XWindowPeer interface,
+ or a component supporting the XControl interface, so an <code>XWindowPeer</code> can be
obtained from it. The given window will be used as parent window for the to-be-created dialog.</li>
<li><em>EventHandler</em> - specifies a component handling events in the dialog. See
<member>createDialogWithHandler</member> for a detailed specification of dialog event handling.</li>