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.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx
index 51ef5032a7da..07b3fd0cf052 100644
--- a/include/sfx2/templatelocalview.hxx
+++ b/include/sfx2/templatelocalview.hxx
@@ -136,7 +136,7 @@ protected:
std::vector<TemplateItemProperties > maAllTemplates;
};
-class SFX2_DLLPUBLIC SfxTemplateLocalView : public SfxThumbnailView
+class SFX2_DLLPUBLIC SfxTemplateLocalView final : public SfxThumbnailView
{
typedef bool (*selection_cmp_fn)(const ThumbnailViewItem*,const ThumbnailViewItem*);
@@ -229,10 +229,9 @@ public:
static bool IsDefaultTemplate(const OUString& rPath);
-protected:
+private:
virtual void OnItemDblClicked(ThumbnailViewItem *pItem) override;
-protected:
sal_uInt16 mnCurRegionId;
TemplateViewItem *maSelectedItem;