summaryrefslogtreecommitdiff
path: root/include/sfx2/templatedefaultview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/templatedefaultview.hxx')
-rw-r--r--include/sfx2/templatedefaultview.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sfx2/templatedefaultview.hxx b/include/sfx2/templatedefaultview.hxx
index b35ac2f349f1..15bec26fa38a 100644
--- a/include/sfx2/templatedefaultview.hxx
+++ b/include/sfx2/templatedefaultview.hxx
@@ -12,7 +12,7 @@
#include <sfx2/templatelocalview.hxx>
-class SFX2_DLLPUBLIC TemplateDefaultView : public TemplateLocalView
+class SFX2_DLLPUBLIC TemplateDefaultView final : public TemplateLocalView
{
public:
TemplateDefaultView(Window *pParent);
@@ -28,7 +28,8 @@ public:
void createContextMenu();
DECL_LINK(ContextMenuSelectHdl, Menu*, void);
-protected:
+
+private:
long mnItemMaxSize;
long mnTextHeight;
};