diff options
author | Jan Iversen <jani@documentfoundation.org> | 2016-03-11 10:39:47 +0100 |
---|---|---|
committer | Jan Iversen <jani@documentfoundation.org> | 2016-03-11 10:47:13 +0100 |
commit | 00badb6fb53aa28f4184aaecd8455dcd5267c5f8 (patch) | |
tree | 16455c2a9baf0645ec030087ba7e8d95cdd2df8e /l10ntools/source/gConv.cxx | |
parent | 66fee51115a2174bde47c3af01a7d1fdcf1ef602 (diff) |
update genLang (l10ntools)
Upgrade gLang to LO standard
Compilation of genLang module is disabled for now
activate manually by adding to Module_l10ntools.mk
Change-Id: Ib82cae6a013d10d158ec5faa81ace512c0096a39
Diffstat (limited to 'l10ntools/source/gConv.cxx')
-rw-r--r-- | l10ntools/source/gConv.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/l10ntools/source/gConv.cxx b/l10ntools/source/gConv.cxx index 15b5625c9ca0..ff16706d9076 100644 --- a/l10ntools/source/gConv.cxx +++ b/l10ntools/source/gConv.cxx @@ -103,10 +103,13 @@ convert_gen::~convert_gen() /********************** I M P L E M E N T A T I O N **********************/ -bool convert_gen::execute(const bool bMerge) +bool convert_gen::execute(const bool bMerge, const bool bKid) { convert_gen_impl::mcImpl->mbMergeMode = bMerge; + if (bKid) + throw l10nMem::showError("not implemented"); + // and load file if (!convert_gen_impl::mcImpl->prepareFile()) return false; |