diff options
author | jan Iversen <jani@documentfoundation.org> | 2016-05-03 11:07:07 +0000 |
---|---|---|
committer | jan Iversen <jani@documentfoundation.org> | 2016-05-03 11:27:54 +0000 |
commit | 6bc720cedbcfb5ccc3f6d8bb5abc987db8445467 (patch) | |
tree | 6547fa14b73d179357d108949f4991eb0cf0f4f0 /l10ntools/source/gLexXcu.l | |
parent | fc5755c062e7116529eb865e51fdaf1d747d1e68 (diff) |
genlang .xcu dot handling and level func for .src
.xcu stores a '.' between keys and keys with no name count
.src has commands without name (identifier used instead)
Change-Id: I135c5f5594c429ebc1b278dbb7d5709b7b8ca119
Diffstat (limited to 'l10ntools/source/gLexXcu.l')
-rw-r--r-- | l10ntools/source/gLexXcu.l | 3 |
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); } |