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.
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.
21 + void setHelpId ( [in] long Id );
24 //=============================================================================