summaryrefslogtreecommitdiff
path: root/sw/inc/lineinfo.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-04 10:23:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-04 10:29:24 +0100
commitdaa344f3e9683c16479ef5081fb03325af103c07 (patch)
tree9eaad4d46de6e6cbbbee9f2e0d911563cf5cd12d /sw/inc/lineinfo.hxx
parentfa7f07d23de31e5f1660a643d83ca8a2e565f69c (diff)
loplugin:finalclasses in sw/inc
Change-Id: I084502d8c5607f103ef987b54252ef95341f0bef Reviewed-on: https://gerrit.libreoffice.org/81981 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/lineinfo.hxx')
-rw-r--r--sw/inc/lineinfo.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/lineinfo.hxx b/sw/inc/lineinfo.hxx
index 9f29ff499e2c..4846a1e55a0c 100644
--- a/sw/inc/lineinfo.hxx
+++ b/sw/inc/lineinfo.hxx
@@ -34,7 +34,7 @@ enum LineNumberPosition
LINENUMBER_POS_OUTSIDE
};
-class SW_DLLPUBLIC SwLineNumberInfo : public SwClient /**< purpose of derivation from SwClient:
+class SW_DLLPUBLIC SwLineNumberInfo final : public SwClient /**< purpose of derivation from SwClient:
character style for displaying the numbers. */
{
SvxNumberType aType; ///< e.g. roman linenumbers
@@ -49,7 +49,6 @@ class SW_DLLPUBLIC SwLineNumberInfo : public SwClient /**< purpose of derivation
bool bCountInFlys; ///< Count also within FlyFrames?
bool bRestartEachPage; /**< Restart counting at the first paragraph of each page
(even on follows when paragraphs are split) */
-protected:
virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
public: