update ooo310-m15
[ooovba.git] / applied_patches / 0632-layout-simple-dialogs-offapi.diff
blob57a22331b35075413dc8438f722aebf34ea4454d
1 diff --git a/offapi/com/sun/star/awt/XDialog2.idl b/offapi/com/sun/star/awt/XDialog2.idl
2 index 70aafbc..83d4ca8 100644
3 --- offapi/com/sun/star/awt/XDialog2.idl
4 +++ offapi/com/sun/star/awt/XDialog2.idl
5 @@ -12,7 +12,7 @@ module com { module sun { module star { module awt {
7 //=============================================================================
9 -/** Makes it possible to end a dialog.
10 +/** Makes it possible to end a dialog and set a help id.
12 @since OOo 3.0
14 @@ -22,6 +22,10 @@ interface XDialog2: com::sun::star::awt::XDialog
15 to return with the given result value.
17 void endDialog ( [in] long Result );
18 + /** sets the help id so that the standard help button action will
19 + show the appropriate help page.
20 + */
21 + void setHelpId ( [in] long Id );
22 };
24 //=============================================================================