Bump for 3.6-28
[LibreOffice.git] / offapi / com / sun / star / awt / XDialog2.idl
blob17876ab1322389fb440fa0c5e2891448ba48178b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef __com_sun_star_awt_XDialog2_idl__
3 #define __com_sun_star_awt_XDialog2_idl__
5 #include <com/sun/star/awt/XDialog.idl>
8 //=============================================================================
10 module com { module sun { module star { module awt {
12 //=============================================================================
14 /** Makes it possible to end a dialog and set a help id.
16 @since OOo 3.0
18 published interface XDialog2: com::sun::star::awt::XDialog
20 /** hides the dialog and then causes <member>XDialog::execute</member>
21 to return with the given result value.
23 void endDialog ( [in] long Result );
24 /** sets the help id so that the standard help button action will
25 show the appropriate help page.
27 void setHelpId ( [in] string Id );
30 //=============================================================================
32 }; }; }; };
34 #endif
36 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */