From 1a743fd8a27d063525e3567619a2971770c61574 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Nov 2016 09:51:17 +0200 Subject: loplugin:expandablemethods in hwpfilter..linguistic Change-Id: I62ae20ab4a47b3b7e2b0d503cedcad3319cc9c85 Reviewed-on: https://gerrit.libreoffice.org/30683 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- idlc/inc/astoperation.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'idlc/inc') diff --git a/idlc/inc/astoperation.hxx b/idlc/inc/astoperation.hxx index 85b12c8321d0..a4837cbe5ab0 100644 --- a/idlc/inc/astoperation.hxx +++ b/idlc/inc/astoperation.hxx @@ -42,8 +42,6 @@ public: bool isConstructor() const { return m_pReturnType == nullptr; } void setExceptions(DeclList const * pExceptions); - sal_uInt16 nExceptions() - { return (sal_uInt16)(m_exceptions.size()); } bool dumpBlob(typereg::Writer & rBlob, sal_uInt16 index); -- cgit