summaryrefslogtreecommitdiff
path: root/l10ntools/inc/gL10nMem.hxx
diff options
context:
space:
mode:
authorjan iversen <jani@documentfoundation.org>2016-04-04 19:37:01 +0200
committerjan iversen <jani@documentfoundation.org>2016-04-04 19:37:01 +0200
commit2ef9d5de7df7b38e091af7bd7276e68812493cc0 (patch)
tree2e87eee8dde58034985a96ff2004fed934ec8e01 /l10ntools/inc/gL10nMem.hxx
parent3ada44f631490f8910ce0bcf55353f70d7d0df6d (diff)
genlang, update to satisfy clang.
changes due a log from clang tinderbox. minor changes to interpret more files Change-Id: I3821aab91dc21e74c870628a4f2265ab61d37cca
Diffstat (limited to 'l10ntools/inc/gL10nMem.hxx')
-rw-r--r--l10ntools/inc/gL10nMem.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/l10ntools/inc/gL10nMem.hxx b/l10ntools/inc/gL10nMem.hxx
index f2c116c36150..c657c8225b2c 100644
--- a/l10ntools/inc/gL10nMem.hxx
+++ b/l10ntools/inc/gL10nMem.hxx
@@ -57,6 +57,7 @@ class l10nMem
const string& sText,
const string& sComment,
const string& sResource,
+ const string& sGroup,
bool bIsFuzzy);
void setSourceKey(int iLineNo,
const string& sFilename,
@@ -64,6 +65,7 @@ class l10nMem
const string& sText,
const string& sComment,
const string& sResource,
+ const string& sGroup,
bool bMustExist);
void saveTemplates(const string& sTargetDir,
@@ -88,7 +90,6 @@ class l10nMem
int miCurFileInx;
int miCurLangInx;
int miCurENUSinx;
- bool mbNeedWrite;
bool mbConvertMode;
bool mbStrictMode;
vector<l10nMem_enus_entry> mcENUSlist;
@@ -111,7 +112,8 @@ class l10nMem
const string& sKey,
const string& sMsgId,
const string& sComment,
- const string& sResource);
+ const string& sResource,
+ const string& sGroup);
void loadLangKey(int iLineNo,
const string& sSourceFile,
const string& sKey,
@@ -130,6 +132,7 @@ class l10nMem
const string& sMsgId,
const string& sComment,
const string& sResource,
+ const string& sGroup,
l10nMem::ENTRY_STATE eStat);
bool findFileName(const string& sSourceFile);
};