diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-19 13:23:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-20 07:41:29 +0100 |
commit | e725836ec19858be83bf6f7f251dd52dbcdf31d6 (patch) | |
tree | ec8aafe6e546a35dff6c3349e9644a6d6b94eea9 /include/xmloff/i18nmap.hxx | |
parent | 73139fe600fc1399ae828077981a2498cb0a0b0c (diff) |
loplugin:unused-returns in filter,tools,xmloff
Change-Id: I7a57be7e241883adac4417baa699a97d6304a631
Reviewed-on: https://gerrit.libreoffice.org/48188
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/i18nmap.hxx')
-rw-r--r-- | include/xmloff/i18nmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/i18nmap.hxx b/include/xmloff/i18nmap.hxx index 3d97063a3b91..c3921281f70f 100644 --- a/include/xmloff/i18nmap.hxx +++ b/include/xmloff/i18nmap.hxx @@ -52,7 +52,7 @@ class XMLOFF_DLLPUBLIC SvI18NMap public: // Add a name mapping - bool Add( sal_uInt16 nKind, const OUString& rName, + void Add( sal_uInt16 nKind, const OUString& rName, const OUString& rNewName ); // Return a mapped name. If the name could not be found, return the |