summaryrefslogtreecommitdiff
path: root/l10ntools/source/lngmerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/lngmerge.cxx')
-rw-r--r--l10ntools/source/lngmerge.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx
index 98daf27a4f9f..4eaa94940c19 100644
--- a/l10ntools/source/lngmerge.cxx
+++ b/l10ntools/source/lngmerge.cxx
@@ -174,7 +174,7 @@ void LngParser::Merge(
std::size_t nLastLangPos = 0;
ResData aResData( sID, sSource );
- aResData.sResTyp = "LngText";
+ aResData.sResTyp = "LngText"_ostr;
MergeEntrys *pEntrys = aMergeDataFile.GetMergeEntrys( &aResData );
// read languages
bGroup = false;
@@ -188,7 +188,7 @@ void LngParser::Merge(
{
bGroup = true;
nPos ++;
- sLanguagesDone = "";
+ sLanguagesDone = ""_ostr;
}
else
{