summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/export.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 4415e30b3e8c..20102930c93c 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -145,6 +145,8 @@ private:
std::vector<OString> aLanguages;
+ ParserQueue* pParseQueue;
+
bool WriteData( ResData *pResData, bool bCreateNew = false ); ///< called before dest. cur ResData
bool WriteExportList( ResData *pResData, ExportList& rExportList, const sal_uInt16 nTyp );
@@ -179,13 +181,13 @@ public:
void Init();
int Execute( int nToken, const char * pToken ); ///< called from lexer
+
void SetError() { bError = true; }
bool GetError() { return bError; }
- ParserQueue* pParseQueue; // public!!
+ ParserQueue* GetParseQueue() { return pParseQueue; }
};
-
// class MergeEntrys