diff options
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/cfgmerge.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx index cfd471be5c1e..d68327d29e70 100644 --- a/l10ntools/source/cfgmerge.cxx +++ b/l10ntools/source/cfgmerge.cxx @@ -286,7 +286,7 @@ int CfgParser::ExecuteAnalyzedToken( int nToken, char *pToken ) { AddText( sCurrentText, sCurrentIsoLang, sCurrentResTyp ); Output( sCurrentText ); - sCurrentText = OString(); + sCurrentText.clear(); pStackData->sEndTextTag = sToken; } @@ -441,7 +441,7 @@ void CfgMerge::WorkOnText(OString &, const OString& rLangIndex) OString sGroupId; if ( aStack.size() == 1 ) { sGroupId = sLocalId; - sLocalId = OString(); + sLocalId.clear(); } else { sGroupId = aStack.GetAccessPath( aStack.size() - 2 ); |