diff options
Diffstat (limited to 'l10ntools/source/uimerge.cxx')
-rw-r--r-- | l10ntools/source/uimerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/uimerge.cxx b/l10ntools/source/uimerge.cxx index 76fc9ef8b400..7bebc61293cc 100644 --- a/l10ntools/source/uimerge.cxx +++ b/l10ntools/source/uimerge.cxx @@ -64,7 +64,7 @@ int extractTranslations() vIDs.push_back(helper::xmlStrToOString(content)); xmlFree(content); } - OString sText = helper::xmlStrToOString(xmlNodeGetContent(nodeLevel2)); + OString sText = helper::UnQuotHTML(helper::xmlStrToOString(xmlNodeGetContent(nodeLevel2))); common::writePoEntry( "Uiex", aPOStream, sInputFileName, vIDs[0], (vIDs.size()>=2) ? vIDs[1] : OString(), |