summaryrefslogtreecommitdiff
path: root/l10ntools/inc/gConvSrc.hxx
diff options
context:
space:
mode:
authorjan iversen <jani@documentfoundation.org>2016-03-14 23:35:34 +0100
committerjan iversen <jani@documentfoundation.org>2016-03-14 23:35:34 +0100
commit4043af877587622935be828049b7b18cc27ad1d8 (patch)
tree090d661d309db7ab63b73fabdeb91db9d5d0e5c3 /l10ntools/inc/gConvSrc.hxx
parent48c2e04bdb60429823cb8b12a14d954af544a2bf (diff)
genLang update
Last singleton gone, structure is now handler (local in gLang.cxx) holds a variable of l10nMem a temporary convert_gen variable (to analyze file) l10nMem contains hash list of all PO information convert_xxx is inherited from convert_gen and instanciated with a static function convert_gen::createInstance the lex functions (in c) uses a "this" pointer to find back to the class. This needs to be done better. l10nMem contains a link to convert_PO, to save files, this needs to be split. Change-Id: I3ad31aac27aac739845062f8da61c8c1c3bf9c31
Diffstat (limited to 'l10ntools/inc/gConvSrc.hxx')
-rw-r--r--l10ntools/inc/gConvSrc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/gConvSrc.hxx b/l10ntools/inc/gConvSrc.hxx
index e9a21399ca1e..669430f90f2a 100644
--- a/l10ntools/inc/gConvSrc.hxx
+++ b/l10ntools/inc/gConvSrc.hxx
@@ -31,7 +31,7 @@
/******************** C L A S S D E F I N I T I O N ********************/
-class convert_src : public convert_gen_impl
+class convert_src : public convert_gen
{
public:
bool mbExpectValue;