diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:18:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-09 17:07:36 +0100 |
commit | 2ae813975ae8ba97e2adbce13be272e6902ca7b5 (patch) | |
tree | 3ad997cea671154f311cfff95418bf22e6829e59 /l10ntools | |
parent | de8c193833a7c60826015ecaed13d9fb3d1e0aba (diff) |
loplugin:indentation in jvmfwk..lotuswordpro
Change-Id: I1af665f4c6d34d8514dd23bb7a3eba700ce3ddbc
Reviewed-on: https://gerrit.libreoffice.org/67559
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/localize.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index f169fd31fac7..24dbe8f73e3f 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -230,7 +230,7 @@ bool handleFile(const OString& rProject, const OUString& rUrl, const OString& rP cerr << "Error: Cannot remove entryless pot file: " << sOutPath << "\n"; - throw false; //TODO + throw false; //TODO } } } |