diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-12 16:27:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-27 09:49:04 +0000 |
commit | 4511431fb665dac192008fa063e783d9e8d7ed15 (patch) | |
tree | 3e68fac05e24f2f5bd7f2deed9a32288d7ddf64a /extensions | |
parent | 1a90a23d9fdcc4344f459b183bbafb8ba7b5bcc0 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/enumrepresentation.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 { }; }; |