diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-10 16:40:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-11 09:45:41 +0200 |
commit | 6317e4fa97278c1b9f1ab76696bf816f3605a354 (patch) | |
tree | 57c850c9d1f6ef1b50a5de9a33848bb676d46ea2 /linguistic | |
parent | 6629d1a1f277b60350b7df029ee436a208d532e7 (diff) |
convert linguistic/source/dlistimp.hxx from String to OUString
Change-Id: I6928f59bba5e744957f2b2aae34d2d057c147985
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dlistimp.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/dlistimp.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index 90cd01837608..841f409b3c77 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -302,7 +302,7 @@ DicList::~DicList() void DicList::SearchForDictionaries( DictionaryVec_t&rDicList, - const String &rDicDirURL, + const OUString &rDicDirURL, sal_Bool bIsWriteablePath ) { osl::MutexGuard aGuard( GetLinguMutex() ); diff --git a/linguistic/source/dlistimp.hxx b/linguistic/source/dlistimp.hxx index 5a824f78c295..620f4ea5436d 100644 --- a/linguistic/source/dlistimp.hxx +++ b/linguistic/source/dlistimp.hxx @@ -88,7 +88,7 @@ class DicList : void LaunchEvent(sal_Int16 nEvent, com::sun::star::uno::Sequence< ::com::sun::star::linguistic2::XDictionary > xDic); void SearchForDictionaries( DictionaryVec_t &rDicList, - const String &rDicDir, sal_Bool bIsWritePath ); + const OUString &rDicDir, sal_Bool bIsWritePath ); sal_Int32 GetDicPos(const com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XDictionary > &xDic); |