summaryrefslogtreecommitdiff
path: root/l10ntools/source/merge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/merge.cxx')
-rw-r--r--l10ntools/source/merge.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx
index dbf45432ef94..88a39173aa50 100644
--- a/l10ntools/source/merge.cxx
+++ b/l10ntools/source/merge.cxx
@@ -90,7 +90,7 @@ bool MergeEntrys::GetText( OString &rReturn,
bool bReturn = true;
rReturn = sText[ nLangIndex ];
if ( bDel )
- sText[ nLangIndex ] = "";
+ sText[ nLangIndex ] = ""_ostr;
bReturn = bTextFirst[ nLangIndex ];
bTextFirst[ nLangIndex ] = false;
return bReturn;