summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/docstdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-20 14:51:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-23 08:16:02 +0200
commitb17294826830e278d060c876cf4f94a9b4ec16cc (patch)
tree85a1139b0484f44ef8e8edd9af6e0c410e702442 /sw/source/uibase/inc/docstdlg.hxx
parent2559a2a0567dbc392ceb34057c0dc5078bbb9474 (diff)
loplugin:finalclasses in sw
Change-Id: I3b1d689d5eb800a36466376bca735dd31fe4567c Reviewed-on: https://gerrit.libreoffice.org/43639 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/docstdlg.hxx')
-rw-r--r--sw/source/uibase/inc/docstdlg.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/docstdlg.hxx b/sw/source/uibase/inc/docstdlg.hxx
index b1226638a794..4004aeab1ef0 100644
--- a/sw/source/uibase/inc/docstdlg.hxx
+++ b/sw/source/uibase/inc/docstdlg.hxx
@@ -26,7 +26,7 @@
#include <docstat.hxx>
// DocInfo now as page
-class SwDocStatPage: public SfxTabPage
+class SwDocStatPage final : public SfxTabPage
{
public:
SwDocStatPage(vcl::Window *pParent, const SfxItemSet &rSet);
@@ -35,13 +35,12 @@ public:
static VclPtr<SfxTabPage> Create(vcl::Window *pParent, const SfxItemSet *rSet);
-protected:
+private:
virtual bool FillItemSet( SfxItemSet *rSet) override;
virtual void Reset (const SfxItemSet *rSet) override;
DECL_LINK(UpdateHdl, Button*, void);
-private:
VclPtr<FixedText> m_pPageNo;
VclPtr<FixedText> m_pTableNo;
VclPtr<FixedText> m_pGrfNo;