lotuswordpro/source/filter/utlist.hxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 26a0e88bcd3b443ca4b827d91b85f67e490ade1c
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Nov 19 09:05:00 2020 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Nov 19 12:09:03 2020 +0100

    Improve comment layout
    
    ...after 69b12a6eb3616d15035310eeb0c3dbc7aefcb5c1 "tdf#123936 Formatting 
files
    in module lotuswordpro with clang-format"
    
    Change-Id: I95ce76de02068f1f5480fb32f61d5770e302be84
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106120
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/lotuswordpro/source/filter/utlist.hxx 
b/lotuswordpro/source/filter/utlist.hxx
index 5820ba1074b6..c4eee183af66 100644
--- a/lotuswordpro/source/filter/utlist.hxx
+++ b/lotuswordpro/source/filter/utlist.hxx
@@ -71,8 +71,7 @@ public: // Methods
     explicit CUtListElmt(CUtListElmt* pPrev) { InsertAfter(pPrev); }
     explicit CUtListElmt(CUtList* pList);
     virtual ~CUtListElmt();
-    void MakeNotOnList() { cpNext = nullptr; } // Same as Remove but doesn't
-    // patch up list
+    void MakeNotOnList() { cpNext = nullptr; } // Same as Remove but doesn't 
patch up list
     CUtListElmt* GetNext() const { return cpNext; }
     void SetNext(CUtListElmt* pNext) { cpNext = pNext; }
     CUtListElmt* GetPrev() const { return cpPrev; }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to