summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/optpath.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-26 08:30:52 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:42 +0200
commitea2c80bdcd862f91dd7429184aea29d9a77f9774 (patch)
treebe34aa41cac74b86ae6bcdd4e9b6b3563121a9b3 /cui/source/inc/optpath.hxx
parentconvert FORMS modules from String to OUString (diff)
downloadcore-ea2c80bdcd862f91dd7429184aea29d9a77f9774.tar.gz
core-ea2c80bdcd862f91dd7429184aea29d9a77f9774.zip
convert CUI module from String to OUString
Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81
Diffstat (limited to 'cui/source/inc/optpath.hxx')
-rw-r--r--cui/source/inc/optpath.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index 3b5d2ea618c4..835517bd088f 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -52,7 +52,7 @@ private:
::com::sun::star::uno::Reference< ::svt::DialogClosedListener > xDialogListener;
::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFolderPicker2 > xFolderPicker;
- void ChangeCurrentEntry( const String& _rFolder );
+ void ChangeCurrentEntry( const OUString& _rFolder );
DECL_LINK(PathHdl_Impl, void *);
DECL_LINK(StandardHdl_Impl, void *);
@@ -63,10 +63,10 @@ private:
DECL_LINK( DialogClosedHdl, ::com::sun::star::ui::dialogs::DialogClosedEvent* );
- void GetPathList( sal_uInt16 _nPathHandle, String& _rInternalPath,
- String& _rUserPath, String& _rWritablePath, sal_Bool& _rReadOnly );
+ void GetPathList( sal_uInt16 _nPathHandle, OUString& _rInternalPath,
+ OUString& _rUserPath, OUString& _rWritablePath, sal_Bool& _rReadOnly );
void SetPathList( sal_uInt16 _nPathHandle,
- const String& _rUserPath, const String& _rWritablePath );
+ const OUString& _rUserPath, const OUString& _rWritablePath );
public:
SvxPathTabPage( Window* pParent, const SfxItemSet& rSet );