diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-25 13:56:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-26 08:31:55 +0200 |
commit | ba42d00ed5a04850f88abdf184a4855db7cf2700 (patch) | |
tree | af8ec0b48accf0abb7dce9f0fb0194cd60440e14 /l10ntools/inc/helpmerge.hxx | |
parent | ee025b744ac9efafe7c083ed80f8e2cc7cb3e2c1 (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/helpmerge.hxx')
-rw-r--r-- | l10ntools/inc/helpmerge.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index 5837cc2f7765..99c9270df9fe 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -52,7 +52,7 @@ public: const OString& sLanguage , MergeDataFile* pMergeDataFile ); private: - bool MergeSingleFile( XMLFile* file , MergeDataFile* pMergeDataFile , const OString& sLanguage , OString const & sPath ); + void MergeSingleFile( XMLFile* file , MergeDataFile* pMergeDataFile , const OString& sLanguage , OString const & sPath ); static void ProcessHelp( LangHashMap* aLangHM , const OString& sCur , ResData *pResData , MergeDataFile* pMergeDataFile ); }; |