summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/notxtfrm.hxx
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-01-29 13:51:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-30 08:13:50 +0100
commit5346b2556348477dcec371913d5924c6badfa2c7 (patch)
treee6f84360df23c0b552cddc597b7be0700dce3b13 /sw/source/core/inc/notxtfrm.hxx
parent8f69a05ad7404590f2e4a1ba8d4d69fe896523ce (diff)
loplugin:finalclasses in sw
Change-Id: Ib939c1f34ae79abfc077080d2c2561ee0ee4a4fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110156 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/inc/notxtfrm.hxx')
-rw-r--r--sw/source/core/inc/notxtfrm.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/inc/notxtfrm.hxx b/sw/source/core/inc/notxtfrm.hxx
index 4e67a5479561..e6af4c132a48 100644
--- a/sw/source/core/inc/notxtfrm.hxx
+++ b/sw/source/core/inc/notxtfrm.hxx
@@ -29,7 +29,7 @@ class OutputDevice;
class SwBorderAttrs;
struct SwCursorMoveState;
-class SwNoTextFrame: public SwContentFrame
+class SwNoTextFrame final : public SwContentFrame
{
private:
friend void FrameFinit();
@@ -57,7 +57,6 @@ private:
sdr::contact::ViewContact& GetViewContact() const;
void OnGraphicArrived();
-protected:
virtual void MakeAll(vcl::RenderContext* pRenderContext) override;
virtual void SwClientNotify(const SwModify&, const SfxHint&) override;