summaryrefslogtreecommitdiff
path: root/include/sfx2/templatelocalview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/templatelocalview.hxx')
-rw-r--r--include/sfx2/templatelocalview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx
index b0ab881497dc..4a1579fa9190 100644
--- a/include/sfx2/templatelocalview.hxx
+++ b/include/sfx2/templatelocalview.hxx
@@ -51,7 +51,7 @@ enum class FILTER_APPLICATION
};
// Display template items depending on the generator application
-class ViewFilter_Application
+class ViewFilter_Application final
{
public:
@@ -59,7 +59,7 @@ public:
: mApp(App)
{}
- virtual ~ViewFilter_Application () {}
+ ~ViewFilter_Application () {}
bool operator () (const ThumbnailViewItem *pItem);