summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-11-19 09:05:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-11-19 12:09:03 +0100
commit26a0e88bcd3b443ca4b827d91b85f67e490ade1c (patch)
tree2add8dca9230d6fcc66768842f2576c997e52691 /lotuswordpro
parent095b2da8c04dc68a364660fc593097d5d7b1fa99 (diff)
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@redhat.com>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/utlist.hxx3
1 files changed, 1 insertions, 2 deletions
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; }