summaryrefslogtreecommitdiff
path: root/editeng/source/misc/unolingu.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-10 10:09:32 +0200
committerNoel Grandin <noel@peralex.com>2013-09-11 09:45:38 +0200
commitc608782dc3ff2847d36c0bd86a1ef87adf382416 (patch)
tree4e8760aad7b447aecf05d206f6f4c5cfa078a55c /editeng/source/misc/unolingu.cxx
parent6322b703ec64da03396e3802f4e76fc2e7da5509 (diff)
convert editeng/source/misc/*.cxx from String to OUString
Change-Id: I9ed5ec9430abcf8d3794e7baa6532e0f8449046d
Diffstat (limited to 'editeng/source/misc/unolingu.cxx')
-rw-r--r--editeng/source/misc/unolingu.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx
index 79d0906ed3ee..c334e1e43f67 100644
--- a/editeng/source/misc/unolingu.cxx
+++ b/editeng/source/misc/unolingu.cxx
@@ -122,7 +122,7 @@ void ThesDummy_Impl::GetCfgLocales()
if (!pLocaleSeq)
{
SvtLinguConfig aCfg;
- String aNode("ServiceManager/ThesaurusList");
+ OUString aNode("ServiceManager/ThesaurusList");
Sequence < OUString > aNodeNames( aCfg.GetNodeNames( aNode ) );
const OUString *pNodeNames = aNodeNames.getConstArray();
sal_Int32 nLen = aNodeNames.getLength();
@@ -678,7 +678,7 @@ uno::Reference< XDictionary > LinguMgr::GetChangeAll()
_xDicList->createDictionary(
"ChangeAllList",
LanguageTag::convertToLocale( LANGUAGE_NONE ),
- DictionaryType_NEGATIVE, String() ), UNO_QUERY );
+ DictionaryType_NEGATIVE, OUString() ), UNO_QUERY );
}
return xChangeAll;
}