From b4adb0c533cc99633f360cb12014aa35599d943a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Jan 2017 11:31:51 +0200 Subject: loplugin: unnecessary destructor forms..idlc Change-Id: I765e0fa61f8134a60e5ea24452c6bbcb3fa8b054 Reviewed-on: https://gerrit.libreoffice.org/33492 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idlc/inc/astattribute.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'idlc/inc/astattribute.hxx') diff --git a/idlc/inc/astattribute.hxx b/idlc/inc/astattribute.hxx index 273e4209e5a4..030f6e12f9de 100644 --- a/idlc/inc/astattribute.hxx +++ b/idlc/inc/astattribute.hxx @@ -41,7 +41,6 @@ public: , m_flags(flags) , m_pType(pType) {} - virtual ~AstAttribute() override {} void setExceptions( OUString const * getDoc, DeclList const * getExc, -- cgit