summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/templatelocalview.hxx4
-rw-r--r--include/sfx2/thumbnailview.hxx2
2 files changed, 3 insertions, 3 deletions
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<std::unique_ptr<ThumbnailViewItem>> items);