summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-19 22:05:23 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-19 22:05:23 +0200
commita3cfa6f635948c67ccb34ad4040230de2ec38da1 (patch)
treee894e1ce86984fe71f67bc23c4cdc2074e4888e6 /svl/inc
parente05c938a71a1e9698d036a8e6dae5d2a208ddd07 (diff)
CWS changehid: #i111784#: SetDialogHelpId changed
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/pickerhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/inc/pickerhelper.hxx b/svl/inc/pickerhelper.hxx
index 307031b578d1..0c4215a1fb83 100644
--- a/svl/inc/pickerhelper.hxx
+++ b/svl/inc/pickerhelper.hxx
@@ -56,11 +56,11 @@ namespace svt
SVL_DLLPUBLIC void SetDialogHelpId(
::com::sun::star::uno::Reference < ::com::sun::star::ui::dialogs::XFilePicker > _mxFileDlg,
- sal_Int32 _nHelpId );
+ const rtl::OString& _nHelpId );
SVL_DLLPUBLIC void SetDialogHelpId(
::com::sun::star::uno::Reference < ::com::sun::star::ui::dialogs::XFolderPicker > _mxFileDlg,
- sal_Int32 _nHelpId );
+ const rtl::OString& _nHelpId );
}