summaryrefslogtreecommitdiff
path: root/l10ntools/inc/gL10nMem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/gL10nMem.hxx')
-rw-r--r--l10ntools/inc/gL10nMem.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/l10ntools/inc/gL10nMem.hxx b/l10ntools/inc/gL10nMem.hxx
index f89459fca863..141b080047b8 100644
--- a/l10ntools/inc/gL10nMem.hxx
+++ b/l10ntools/inc/gL10nMem.hxx
@@ -43,6 +43,8 @@ class l10nMem
void setModuleName(const string& sModuleName);
const string& getModuleName(void);
+ void setResourceName(const string& sResourceName);
+ const string& getResourceName(void);
void setLanguage(const string& sLanguage,
bool bCreate);
void setConvert(bool bConvert,
@@ -82,6 +84,7 @@ class l10nMem
bool mbDebug;
bool mbInError;
string msModuleName;
+ string msResourceName;
int miCurFileInx;
int miCurLangInx;
int miCurENUSinx;