summaryrefslogtreecommitdiffstats
path: root/l10ntools/source/gLexXcu.l
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/gLexXcu.l')
-rw-r--r--l10ntools/source/gLexXcu.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/source/gLexXcu.l b/l10ntools/source/gLexXcu.l
index fb3e1872f319..8cc02c49028b 100644
--- a/l10ntools/source/gLexXcu.l
+++ b/l10ntools/source/gLexXcu.l
@@ -49,7 +49,8 @@ FIN [^/>]*">"
"component-data" {
LOCptr->addLevel();
- LOCptr->copySource(yytext, false);
+ LOCptr->pushKey("");
+// LOCptr->copySource(yytext, false);
}