From e725836ec19858be83bf6f7f251dd52dbcdf31d6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 19 Jan 2018 13:23:27 +0200 Subject: loplugin:unused-returns in filter,tools,xmloff Change-Id: I7a57be7e241883adac4417baa699a97d6304a631 Reviewed-on: https://gerrit.libreoffice.org/48188 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/multisel.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tools/multisel.hxx') diff --git a/include/tools/multisel.hxx b/include/tools/multisel.hxx index 246e30b8e5da..adb6a998fe98 100644 --- a/include/tools/multisel.hxx +++ b/include/tools/multisel.hxx @@ -91,7 +91,7 @@ class SAL_WARN_UNUSED TOOLS_DLLPUBLIC StringRangeEnumerator bool setRange( const OUString& i_rNewRange ); bool insertRange( sal_Int32 nFirst, sal_Int32 nLast, bool bSequence ); - bool insertJoinedRanges( const std::vector< sal_Int32 >& rNumbers ); + void insertJoinedRanges( const std::vector< sal_Int32 >& rNumbers ); bool checkValue( sal_Int32, const std::set< sal_Int32 >* i_pPossibleValues = nullptr ) const; public: class TOOLS_DLLPUBLIC Iterator -- cgit