summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XDialog2.idl
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-13 14:38:37 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-13 14:38:37 +0200
commit0f600eaa3836c6858e07c6a1f76a14ece4fbb6b4 (patch)
treeb3e797f5bafc4f6fd8390accb17ed0d469a4a529 /offapi/com/sun/star/awt/XDialog2.idl
parent1a3ab0a0693f161d8e92b28933ecd45c04ff3eea (diff)
parente92af537345358c7df58f89cf9da497277555592 (diff)
CWS changehid: resync to m84
Diffstat (limited to 'offapi/com/sun/star/awt/XDialog2.idl')
-rw-r--r--offapi/com/sun/star/awt/XDialog2.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XDialog2.idl b/offapi/com/sun/star/awt/XDialog2.idl
index cd42d792cd0a..fbc5313aeb47 100644
--- a/offapi/com/sun/star/awt/XDialog2.idl
+++ b/offapi/com/sun/star/awt/XDialog2.idl
@@ -25,7 +25,7 @@ interface XDialog2: com::sun::star::awt::XDialog
/** sets the help id so that the standard help button action will
show the appropriate help page.
*/
- void setHelpId ( [in] long Id );
+ void setHelpId ( [in] string Id );
};
//=============================================================================