summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
diff options
context:
space:
mode:
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; }