From bbfeab3b13b48c99cfa2f94c8c34bc3efef7faa9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Jan 2016 14:31:00 +0200 Subject: loplugin:unusedmethods unused return value in include/basic Change-Id: Ib1a006adaa92e257d40a20ff0d8beeb37e7c2fe0 Reviewed-on: https://gerrit.libreoffice.org/21360 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/basic/sbstar.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basic/sbstar.hxx') diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx index 0f59a5c8272b..5df1f1f4d74a 100644 --- a/include/basic/sbstar.hxx +++ b/include/basic/sbstar.hxx @@ -71,7 +71,7 @@ class BASIC_DLLPUBLIC StarBASIC : public SbxObject protected: bool CError( SbError, const OUString&, sal_Int32, sal_Int32, sal_Int32 ); private: - BASIC_DLLPRIVATE bool RTError( SbError, sal_Int32, sal_Int32, sal_Int32 ); + BASIC_DLLPRIVATE void RTError( SbError, sal_Int32, sal_Int32, sal_Int32 ); BASIC_DLLPRIVATE bool RTError( SbError, const OUString& rMsg, sal_Int32, sal_Int32, sal_Int32 ); BASIC_DLLPRIVATE sal_uInt16 BreakPoint( sal_Int32 nLine, sal_Int32 nCol1, sal_Int32 nCol2 ); BASIC_DLLPRIVATE sal_uInt16 StepPoint( sal_Int32 nLine, sal_Int32 nCol1, sal_Int32 nCol2 ); -- cgit