[Libreoffice-commits] .: l10ntools/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 3 10:50:30 PDT 2012
l10ntools/inc/lngmerge.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 61137e5fe3478116129c748f991e8f1712564174
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Oct 3 20:50:01 2012 +0300
Make isNextGroup() declaration match implementation
Change-Id: I5d8a00b83fd4e9f67b98b86818d1e2180d36e69a
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx
index 6391d1c..3995bd7 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,
More information about the Libreoffice-commits
mailing list