summaryrefslogtreecommitdiff
path: root/l10ntools/source/gConvXcu.cxx
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/source/gConvXcu.cxx
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/source/gConvXcu.cxx')
-rw-r--r--l10ntools/source/gConvXcu.cxx13
1 files changed, 1 insertions, 12 deletions
diff --git a/l10ntools/source/gConvXcu.cxx b/l10ntools/source/gConvXcu.cxx
index e8070bc73b27..ff7e7f62eaeb 100644
--- a/l10ntools/source/gConvXcu.cxx
+++ b/l10ntools/source/gConvXcu.cxx
@@ -21,19 +21,8 @@
#include "gL10nMem.hxx"
#include "gConvXcu.hxx"
-
-
-/*****************************************************************************
- ********************* G C O N X C U W R A P . C X X *********************
- *****************************************************************************
- * This includes the c code generated by flex
- *****************************************************************************/
-
-
-
-/************ I N T E R F A C E I M P L E M E N T A T I O N ************/
convert_xcu::convert_xcu(l10nMem& crMemory)
- : convert_gen_impl(crMemory),
+ : convert_gen(crMemory),
mbNoCollectingData(true),
miLevel(0),
mbNoTranslate(false)