diff options
Diffstat (limited to 'l10ntools/source/cfgmerge.cxx')
-rw-r--r-- | l10ntools/source/cfgmerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx index 240650ca0f53..d8ec518c1a3a 100644 --- a/l10ntools/source/cfgmerge.cxx +++ b/l10ntools/source/cfgmerge.cxx @@ -456,7 +456,7 @@ void CfgMerge::WorkOnText(OString &, const OString& rLangIndex) void CfgMerge::Output(const OString& rOutput) { - pOutputStream << rOutput.getStr(); + pOutputStream << rOutput; } void CfgMerge::WorkOnResourceEnd() |