From 4511431fb665dac192008fa063e783d9e8d7ed15 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 12 Jan 2017 16:27:14 +0200 Subject: improve "unnecessary user-declared destructor" check to look for inline&empty destructors, where we can just let the compiler do it's thing Change-Id: Ibde8800bdfed6b77649c30ebc19921167c33dec3 Reviewed-on: https://gerrit.libreoffice.org/32999 Tested-by: Jenkins Reviewed-by: Noel Grandin --- extensions/source/propctrlr/enumrepresentation.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/propctrlr/enumrepresentation.hxx b/extensions/source/propctrlr/enumrepresentation.hxx index 309af3c6f745..550d0dbcad0b 100644 --- a/extensions/source/propctrlr/enumrepresentation.hxx +++ b/extensions/source/propctrlr/enumrepresentation.hxx @@ -55,7 +55,6 @@ namespace pcr const css::uno::Any& _rEnumValue ) const = 0; - virtual ~IPropertyEnumRepresentation() override { }; }; -- cgit