diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-04 10:23:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-04 10:29:24 +0100 |
commit | daa344f3e9683c16479ef5081fb03325af103c07 (patch) | |
tree | 9eaad4d46de6e6cbbbee9f2e0d911563cf5cd12d /sw/inc/node.hxx | |
parent | fa7f07d23de31e5f1660a643d83ca8a2e565f69c (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/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index c403a75a136a..36ce909cb7cf 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -573,7 +573,7 @@ public: Some of the nodes are then replaced with SwPlaceholderNode, and at the end of the operation, removed again. FIXME find out if this is really necessary, and if we can avoid creation of the SwPlaceholderNodes in the first place. */ -class SwPlaceholderNode : private SwNode +class SwPlaceholderNode final : private SwNode { private: friend class SwNodes; |