diff options
Diffstat (limited to 'l10ntools/source/lngmerge.cxx')
-rw-r--r-- | l10ntools/source/lngmerge.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx index b412f882e914..347972c91a06 100644 --- a/l10ntools/source/lngmerge.cxx +++ b/l10ntools/source/lngmerge.cxx @@ -230,7 +230,7 @@ bool LngParser::Merge( if( !sLang.isEmpty() ) { OString sNewText; - pEntrys->GetText( sNewText, StringType::Text, sLang, true ); + pEntrys->GetText( sNewText, sLang, true ); if( sLang == "qtz" ) continue; @@ -268,7 +268,7 @@ bool LngParser::Merge( { OString sNewText; - pEntrys->GetText( sNewText, StringType::Text, sCur, true ); + pEntrys->GetText( sNewText, sCur, true ); if( sCur == "qtz" ) continue; if ( !sNewText.isEmpty() && sCur != "x-comment") |