From 41ea741cd843776cd600d33b28a7f0e35345e0d0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Nov 2016 10:42:33 +0200 Subject: loplugin:unnecessaryvirtual in sfx2..svtools Change-Id: Ib34e14806f7cc9a97ecfd68687ab17ee5c1f022b Reviewed-on: https://gerrit.libreoffice.org/30652 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/sfx2/emojiview.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sfx2/emojiview.hxx') diff --git a/include/sfx2/emojiview.hxx b/include/sfx2/emojiview.hxx index 3c47c3e9b16e..80ef8a0c0c36 100644 --- a/include/sfx2/emojiview.hxx +++ b/include/sfx2/emojiview.hxx @@ -34,7 +34,7 @@ enum class FILTER_CATEGORY }; // Display unicode emojis depending on the category -class ViewFilter_Category +class ViewFilter_Category final { public: @@ -42,7 +42,7 @@ public: : mCategory(rCategory) {} - virtual ~ViewFilter_Category () {} + ~ViewFilter_Category () {} bool operator () (const ThumbnailViewItem *pItem); -- cgit