summaryrefslogtreecommitdiff
path: root/l10ntools/inc/lngmerge.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-12 22:07:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-13 10:11:42 +0000
commit73d76958fd626ab55cbaf5264247cee10ec85fd6 (patch)
tree72abdc29f5a69670f284f23d842f9ee98e37b45e /l10ntools/inc/lngmerge.hxx
parentda5f9b7c29ee86c4fc235fa1281477161271f7c9 (diff)
ByteString->rtl::OString
Diffstat (limited to 'l10ntools/inc/lngmerge.hxx')
-rw-r--r--l10ntools/inc/lngmerge.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx
index 285f12953f1e..fce88be235aa 100644
--- a/l10ntools/inc/lngmerge.hxx
+++ b/l10ntools/inc/lngmerge.hxx
@@ -53,7 +53,7 @@ private:
bool bQuiet;
std::vector<ByteString> aLanguages;
- bool isNextGroup( ByteString &sGroup_out , ByteString &sLine_in);
+ bool isNextGroup(rtl::OString &sGroup_out, rtl::OString &sLine_in);
void ReadLine(const rtl::OString &rLine_in,
ByteStringHashMap &rText_inout);
void WriteSDF(SvFileStream &aSDFStream, ByteStringHashMap &rText_inout,