summaryrefslogtreecommitdiff
path: root/l10ntools/inc/lngmerge.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-25 13:56:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-26 08:31:55 +0200
commitba42d00ed5a04850f88abdf184a4855db7cf2700 (patch)
treeaf8ec0b48accf0abb7dce9f0fb0194cd60440e14 /l10ntools/inc/lngmerge.hxx
parentee025b744ac9efafe7c083ed80f8e2cc7cb3e2c1 (diff)
loplugin:returnconstant in sal,l10ntools,sot
Change-Id: I3f4e4efa8ea839f48b9700ebc26c7e5ab279ce49 Reviewed-on: https://gerrit.libreoffice.org/57975 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'l10ntools/inc/lngmerge.hxx')
-rw-r--r--l10ntools/inc/lngmerge.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx
index 35c7868b01a3..56eaec71b11d 100644
--- a/l10ntools/inc/lngmerge.hxx
+++ b/l10ntools/inc/lngmerge.hxx
@@ -54,8 +54,8 @@ public:
LngParser(const OString &rLngFile);
~LngParser();
- bool CreatePO( const OString &rPOFile );
- bool Merge(const OString &rPOFile, const OString &rDestinationFile,
+ void CreatePO( const OString &rPOFile );
+ void Merge(const OString &rPOFile, const OString &rDestinationFile,
const OString &rLanguage );
};