summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/vclxdialog.hxx')
-rw-r--r--toolkit/source/awt/vclxdialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxdialog.hxx b/toolkit/source/awt/vclxdialog.hxx
index 64b2c03f90d5..9d52064c68bf 100644
--- a/toolkit/source/awt/vclxdialog.hxx
+++ b/toolkit/source/awt/vclxdialog.hxx
@@ -98,7 +98,7 @@ public:
// ::com::sun::star::awt::XDialog2
void SAL_CALL endDialog( sal_Int32 nResult ) throw(::com::sun::star::uno::RuntimeException);
- void SAL_CALL setHelpId( sal_Int32 id ) throw(::com::sun::star::uno::RuntimeException);
+ void SAL_CALL setHelpId( const rtl::OUString& id ) throw(::com::sun::star::uno::RuntimeException);
};