diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-12-13 10:28:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-12-13 15:10:48 +0100 |
commit | 9ba8aec3e6c0872215dc581712f8447c7886d680 (patch) | |
tree | 1a607c9570f24f33c3b7cab1603d4460ced6ac14 /sw/source | |
parent | f3031ebe98e09d5cebed89ab33480a8e129a02cc (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.hxx | 2 |
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 |