sw/source/filter/ww8/ww8par.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9ba8aec3e6c0872215dc581712f8447c7886d680
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Dec 13 10:28:08 2021 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Dec 13 15:10:48 2021 +0100

    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 <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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

Reply via email to