summaryrefslogtreecommitdiff
path: root/l10ntools/inc/gConvSrc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/gConvSrc.hxx')
-rw-r--r--l10ntools/inc/gConvSrc.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/inc/gConvSrc.hxx b/l10ntools/inc/gConvSrc.hxx
index 4aaa8bf55b29..3f3f9a242019 100644
--- a/l10ntools/inc/gConvSrc.hxx
+++ b/l10ntools/inc/gConvSrc.hxx
@@ -52,6 +52,7 @@ class convert_src : public convert_gen
string msName;
string msTextName;
string msCmd;
+ string msGroup;
bool mbEnUs;
bool mbExpectName;
bool mbExpectMacro;
@@ -62,7 +63,7 @@ class convert_src : public convert_gen
int miListCount;
int miMacroLevel;
void doExecute() override;
- void trim(string& sText);
+ static void trim(string& sText);
void buildKey(string& sKey);
void insertLanguagePart(string& sKey, string& sTextType);
};