[Libreoffice-commits] core.git: lotuswordpro/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Nov 19 11:09:39 UTC 2020
lotuswordpro/source/filter/utlist.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 26a0e88bcd3b443ca4b827d91b85f67e490ade1c
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Nov 19 09:05:00 2020 +0100
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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; }
More information about the Libreoffice-commits
mailing list