summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-03 20:50:01 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-03 20:50:01 +0300
commit61137e5fe3478116129c748f991e8f1712564174 (patch)
treeb2ba25e3931b0e2b99dd0d21a090cca29ce8bbc4 /l10ntools
parent3bde7aa0943c76cf0b8063f9c03f7b15edd749b1 (diff)
Make isNextGroup() declaration match implementation
Change-Id: I5d8a00b83fd4e9f67b98b86818d1e2180d36e69a
Diffstat (limited to 'l10ntools')
-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 6391d1c25b3f..3995bd73c8c0 100644
--- a/l10ntools/inc/lngmerge.hxx
+++ b/l10ntools/inc/lngmerge.hxx
@@ -44,7 +44,7 @@ private:
sal_Bool bULF;
std::vector<rtl::OString> aLanguages;
- bool isNextGroup(rtl::OString &sGroup_out, rtl::OString &sLine_in);
+ bool isNextGroup(rtl::OString &sGroup_out, const rtl::OString &sLine_in);
void ReadLine(const rtl::OString &rLine_in,
OStringHashMap &rText_inout);
void WriteSDF(std::ofstream &aSDFStream, OStringHashMap &rText_inout,