summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-12-13 10:28:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-12-13 15:10:48 +0100
commit9ba8aec3e6c0872215dc581712f8447c7886d680 (patch)
tree1a607c9570f24f33c3b7cab1603d4460ced6ac14 /sw/source
parentf3031ebe98e09d5cebed89ab33480a8e129a02cc (diff)
wwExtraneousParas doesn't have to inherit from anything
Change-Id: Ida6268c29efe501b165c20f7912deee2ddee4685 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126726 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 1fd0403f778b..9dfd0a702f0f 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -901,7 +901,7 @@ public:
//Safest thing is to not delete SwTextNodes from a document during import, and
//remove these extraneous paragraphs at the end after all SwFltControlStack are
//destroyed.
-class wwExtraneousParas : public SwClient
+class wwExtraneousParas
{
private:
struct TextNodeListener : public SwClient