summaryrefslogtreecommitdiff
path: root/l10ntools/inc/lngmerge.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-27 10:50:38 +0200
committerNoel Grandin <noel@peralex.com>2015-03-27 10:51:08 +0200
commit1a08ce70788fe3d8938627aa21bde1861cd94181 (patch)
tree0854d10f83309b02d9a1661131f067c183cf1fd8 /l10ntools/inc/lngmerge.hxx
parentaa7a829e7df30a5356fca2bae0bb7eb51367f08d (diff)
loplugin:staticfunction
Change-Id: I10c30ef28e7321882a720d1e7869a75a89febfc5
Diffstat (limited to 'l10ntools/inc/lngmerge.hxx')
-rw-r--r--l10ntools/inc/lngmerge.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx
index 278910c3a539..beab0c937360 100644
--- a/l10ntools/inc/lngmerge.hxx
+++ b/l10ntools/inc/lngmerge.hxx
@@ -48,10 +48,10 @@ private:
OString sSource;
std::vector<OString> aLanguages;
- bool isNextGroup(OString &sGroup_out, const OString &sLine_in);
- void ReadLine(const OString &rLine_in,
+ static bool isNextGroup(OString &sGroup_out, const OString &sLine_in);
+ static void ReadLine(const OString &rLine_in,
OStringHashMap &rText_inout);
- void WritePO(PoOfstream &aPOStream, OStringHashMap &rText_inout,
+ static void WritePO(PoOfstream &aPOStream, OStringHashMap &rText_inout,
const OString &rActFileName, const OString &rID);
public:
LngParser(const OString &rLngFile);