diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-10 09:08:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-10 11:34:18 +0200 |
commit | 0e384e1080381e894b590fd0a6d453568715e8fa (patch) | |
tree | 1f91b14d4140219c6bfcaacf85d755facdc34d40 /vcl/inc/unx | |
parent | 6ede622ab6d2393c3ec90fcaa6e2487232b8c1a8 (diff) |
loplugin:unnecessaryvirtual improvements
look for virtual methods where all of the overrides of the method are
empty
Change-Id: I87d99a0b647700a8d53498e0ab5f0437d3508553
Reviewed-on: https://gerrit.libreoffice.org/54060
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/glyphcache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx index 7d507f100fe0..2340683c8c48 100644 --- a/vcl/inc/unx/glyphcache.hxx +++ b/vcl/inc/unx/glyphcache.hxx @@ -118,7 +118,7 @@ class VCL_DLLPUBLIC FreetypeFont final { public: FreetypeFont( const FontSelectPattern&, FreetypeFontInfo* ); - virtual ~FreetypeFont(); + ~FreetypeFont(); const OString& GetFontFileName() const; int GetFontFaceIndex() const; |