diff options
Diffstat (limited to 'offapi/com/sun/star/awt/XDialogProvider2.idl')
-rw-r--r-- | offapi/com/sun/star/awt/XDialogProvider2.idl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/XDialogProvider2.idl b/offapi/com/sun/star/awt/XDialogProvider2.idl index 7a2a549e5..c6bef815a 100644 --- a/offapi/com/sun/star/awt/XDialogProvider2.idl +++ b/offapi/com/sun/star/awt/XDialogProvider2.idl @@ -28,12 +28,8 @@ #ifndef __com_sun_star_awt_XDialogProvider2_idl__ #define __com_sun_star_awt_XDialogProvider2_idl__ -#ifndef __com_sun_star_awt_XDialogProvider_idl__ #include <com/sun/star/awt/XDialogProvider.idl> -#endif -#ifndef __com_sun_star_beans_NamedValue_idl__ #include <com/sun/star/beans/NamedValue.idl> -#endif //============================================================================= @@ -115,7 +111,7 @@ published 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> |