summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorjan Iversen <jani@documentfoundation.org>2016-05-03 11:07:07 +0000
committerjan Iversen <jani@documentfoundation.org>2016-05-03 11:27:54 +0000
commit6bc720cedbcfb5ccc3f6d8bb5abc987db8445467 (patch)
tree6547fa14b73d179357d108949f4991eb0cf0f4f0 /l10ntools/inc
parentfc5755c062e7116529eb865e51fdaf1d747d1e68 (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/inc')
-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 605fffb95d4b..0710f134d69a 100644
--- a/l10ntools/inc/gConvSrc.hxx
+++ b/l10ntools/inc/gConvSrc.hxx
@@ -35,7 +35,7 @@ class convert_src : public convert_gen
void setValue(string& syyText);
bool setLang(string& syyText);
- void setName(string& syyText);
+ void setName(string& syyText, bool revertLevel);
void setCmd(string& syyText);
void startBlock();
void stopBlock();