summaryrefslogtreecommitdiffstats
path: root/idlc/inc/astoperation.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-19 09:13:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-19 13:26:27 +0100
commitbe8c414567f49242164b1fdfb12764b16be355c1 (patch)
treec1f505272ec27e5e069f5d6964dc4f7b20150a5a /idlc/inc/astoperation.hxx
parentnew loplugin:emptyif (diff)
downloadcore-be8c414567f49242164b1fdfb12764b16be355c1.tar.gz
core-be8c414567f49242164b1fdfb12764b16be355c1.zip
loplugin:unusedmethods also check for functions returning bool
we were previously excluding them Change-Id: I48a68799b0de60b4995fae541eb363e043d4dd11 Reviewed-on: https://gerrit.libreoffice.org/48167 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idlc/inc/astoperation.hxx')
-rw-r--r--idlc/inc/astoperation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astoperation.hxx b/idlc/inc/astoperation.hxx
index ced2fb32213a..a6aa2cffde1a 100644
--- a/idlc/inc/astoperation.hxx
+++ b/idlc/inc/astoperation.hxx
@@ -42,7 +42,7 @@ public:
void setExceptions(DeclList const * pExceptions);
- bool dumpBlob(typereg::Writer & rBlob, sal_uInt16 index);
+ void dumpBlob(typereg::Writer & rBlob, sal_uInt16 index);
private:
AstType const * m_pReturnType;