diff options
author | Aurimas Fiseras <aurimas@gmail.com> | 2010-10-17 08:49:58 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-17 08:49:58 -0500 |
commit | 0f068e3e90cdfeff1773006331c8b44a4eb4ee70 (patch) | |
tree | a133f1cb0dea419946e49a97be5406041403c748 /offapi/com/sun/star/awt/XDialogProvider2.idl | |
parent | 49131bc1a59557ed1b431661af7a4bd705e48736 (diff) |
Fix typos in the documentation
Diffstat (limited to 'offapi/com/sun/star/awt/XDialogProvider2.idl')
-rw-r--r-- | offapi/com/sun/star/awt/XDialogProvider2.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XDialogProvider2.idl b/offapi/com/sun/star/awt/XDialogProvider2.idl index b06fa17f7..a8ce13c3e 100644 --- a/offapi/com/sun/star/awt/XDialogProvider2.idl +++ b/offapi/com/sun/star/awt/XDialogProvider2.idl @@ -115,7 +115,7 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider { <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> interfac, so an <code>XWindowPeer</code> can be + or a component supporting the <type>XControl</type> 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> |