From 0342562261beede5d3bb2e43c08f6d0f216ff97c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 12 Apr 2019 09:51:32 +0200 Subject: loplugin:unnecessaryvirtual Change-Id: Ic63efdb720c29bede43e39ee498f63fe1f17fb07 Reviewed-on: https://gerrit.libreoffice.org/70647 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/templatelocalview.hxx | 4 ++-- include/sfx2/thumbnailview.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx index 123e7f04e1e1..329988c455fd 100644 --- a/include/sfx2/templatelocalview.hxx +++ b/include/sfx2/templatelocalview.hxx @@ -202,9 +202,9 @@ public: // Fill view with template folders thumbnails void Populate (); - virtual void reload (); + void reload (); - virtual void showAllTemplates (); + void showAllTemplates (); void showRegion (TemplateContainerItem const *pItem); diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx index ab19ba460363..1bc476a47fa5 100644 --- a/include/sfx2/thumbnailview.hxx +++ b/include/sfx2/thumbnailview.hxx @@ -335,7 +335,7 @@ public: void RemoveItem(sal_uInt16 nItemId); - virtual void Clear(); + void Clear(); // Change current thumbnail item list with new one (invalidates all pointers to a thumbnail item) void updateItems(std::vector> items); -- cgit