summaryrefslogtreecommitdiffstats
path: root/l10ntools/source/uimerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/uimerge.cxx')
-rw-r--r--l10ntools/source/uimerge.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/source/uimerge.cxx b/l10ntools/source/uimerge.cxx
index dd334de13fa5..0bc13697cd8e 100644
--- a/l10ntools/source/uimerge.cxx
+++ b/l10ntools/source/uimerge.cxx
@@ -113,9 +113,9 @@ namespace
if (sOut.isEmpty())
continue;
- aDestination << " <e g=\"" << aI->second->sGID.getStr() << "\" i=\""
- << aI->second->sLID.getStr() << "\">"
- << helper::QuotHTML(sOut).getStr() << "</e>\n";
+ aDestination << " <e g=\"" << aI->second->sGID << "\" i=\""
+ << aI->second->sLID << "\">"
+ << helper::QuotHTML(sOut) << "</e>\n";
}
aDestination << "</t>";