diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-20 14:51:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-23 08:16:02 +0200 |
commit | b17294826830e278d060c876cf4f94a9b4ec16cc (patch) | |
tree | 85a1139b0484f44ef8e8edd9af6e0c410e702442 /sw/inc/ndarr.hxx | |
parent | 2559a2a0567dbc392ceb34057c0dc5078bbb9474 (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/inc/ndarr.hxx')
-rw-r--r-- | sw/inc/ndarr.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index fbc56be1e810..ecb4432bdd76 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -90,7 +90,7 @@ public: struct SwTableToTextSave; using SwTableToTextSaves = std::vector<std::unique_ptr<SwTableToTextSave>>; -class SW_DLLPUBLIC SwNodes +class SW_DLLPUBLIC SwNodes final : private BigPtrArray { friend class SwDoc; @@ -135,7 +135,6 @@ class SW_DLLPUBLIC SwNodes SwNodes(SwNodes const&) = delete; SwNodes& operator=(SwNodes const&) = delete; -protected: SwNodes( SwDoc* pDoc ); public: |