From c608782dc3ff2847d36c0bd86a1ef87adf382416 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 10 Sep 2013 10:09:32 +0200 Subject: convert editeng/source/misc/*.cxx from String to OUString Change-Id: I9ed5ec9430abcf8d3794e7baa6532e0f8449046d --- editeng/source/misc/SvXMLAutoCorrectImport.cxx | 6 +++--- editeng/source/misc/acorrcfg.cxx | 8 ++++---- editeng/source/misc/hangulhanja.cxx | 2 +- editeng/source/misc/splwrap.cxx | 4 ++-- editeng/source/misc/unolingu.cxx | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) (limited to 'editeng/source/misc') diff --git a/editeng/source/misc/SvXMLAutoCorrectImport.cxx b/editeng/source/misc/SvXMLAutoCorrectImport.cxx index 912d1878e5f3..10ea2274476d 100644 --- a/editeng/source/misc/SvXMLAutoCorrectImport.cxx +++ b/editeng/source/misc/SvXMLAutoCorrectImport.cxx @@ -129,7 +129,7 @@ SvXMLWordContext::SvXMLWordContext( if( !bOnlyTxt ) { const OUString sLongSave( sRight ); - if( !rLocalRef.rAutoCorrect.GetLongText( rLocalRef.xStorage, String(), sWrong, sRight ) && + if( !rLocalRef.rAutoCorrect.GetLongText( rLocalRef.xStorage, OUString(), sWrong, sRight ) && !sLongSave.isEmpty() ) { sRight = sLongSave; @@ -212,7 +212,7 @@ SvXMLExceptionContext::SvXMLExceptionContext( SvXMLImportContext ( rImport, nPrefix, rLocalName ), rLocalRef(rImport) { - String sWord; + OUString sWord; sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; for (sal_Int16 i=0; i < nAttrCount; i++) @@ -229,7 +229,7 @@ SvXMLExceptionContext::SvXMLExceptionContext( } } } - if (!sWord.Len() ) + if (sWord.isEmpty() ) return; rLocalRef.rList.insert( sWord ); diff --git a/editeng/source/misc/acorrcfg.cxx b/editeng/source/misc/acorrcfg.cxx index af4d5bde0d9a..a8469bfcd542 100644 --- a/editeng/source/misc/acorrcfg.cxx +++ b/editeng/source/misc/acorrcfg.cxx @@ -48,10 +48,10 @@ SvxAutoCorrCfg::SvxAutoCorrCfg() : bSearchInAllCategories(sal_False) { SvtPathOptions aPathOpt; - String sSharePath, sUserPath, sAutoPath( aPathOpt.GetAutoCorrectPath() ); + OUString sSharePath, sUserPath, sAutoPath( aPathOpt.GetAutoCorrectPath() ); - sSharePath = sAutoPath.GetToken(0, ';'); - sUserPath = sAutoPath.GetToken(1, ';'); + sSharePath = sAutoPath.getToken(0, ';'); + sUserPath = sAutoPath.getToken(1, ';'); //fdo#67743 ensure the userdir exists so that any later attempt to copy the //shared autocorrect file into the user dir will succeed @@ -59,7 +59,7 @@ SvxAutoCorrCfg::SvxAutoCorrCfg() : Reference < ucb::XCommandEnvironment > xEnv; ::utl::UCBContentHelper::ensureFolder(comphelper::getProcessComponentContext(), xEnv, sUserPath, aContent); - String* pS = &sSharePath; + OUString* pS = &sSharePath; for( sal_uInt16 n = 0; n < 2; ++n, pS = &sUserPath ) { INetURLObject aPath( *pS ); diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx index 010f21d29341..248dbfd9799e 100644 --- a/editeng/source/misc/hangulhanja.cxx +++ b/editeng/source/misc/hangulhanja.cxx @@ -836,7 +836,7 @@ namespace editeng if ( m_pConversionDialog ) { - String sCurrentUnit = m_pConversionDialog->GetCurrentString(); + OUString sCurrentUnit = m_pConversionDialog->GetCurrentString(); DBG_ASSERT( m_sIgnoreList.end() == m_sIgnoreList.find( sCurrentUnit ), "HangulHanjaConversion_Impl, OnIgnoreAll: shouldn't this have been ignored before" ); diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx index 5d6ac6c6c626..9256b1c7ea12 100644 --- a/editeng/source/misc/splwrap.cxx +++ b/editeng/source/misc/splwrap.cxx @@ -112,14 +112,14 @@ void SvxSpellWrapper::ShowLanguageErrors() if (SVX_LANG_MISSING_DO_WARN == nTmpSpell) { - String aErr( SvtLanguageTable::GetLanguageString( nLang ) ); + OUString aErr( SvtLanguageTable::GetLanguageString( nLang ) ); ErrorHandler::HandleError( *new StringErrorInfo( ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS, aErr ) ); nTmpSpell = SVX_LANG_MISSING; } if (SVX_LANG_MISSING_DO_WARN == nTmpHyph) { - String aErr( SvtLanguageTable::GetLanguageString( nLang ) ); + OUString aErr( SvtLanguageTable::GetLanguageString( nLang ) ); ErrorHandler::HandleError( *new StringErrorInfo( ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS, aErr ) ); nTmpHyph = SVX_LANG_MISSING; 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; } -- cgit