summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docredln.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/docredln.cxx')
-rw-r--r--sw/source/core/doc/docredln.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index 15cc3515a70f..10df07a5402d 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -3981,7 +3981,6 @@ void SwExtraRedlineTbl::DeleteAndDestroyAll()
DeleteAndDestroy(0, m_aExtraRedlines.size());
}
-
SwExtraRedline::SwExtraRedline( )
{
}
@@ -4028,9 +4027,7 @@ bool SwDoc::AppendTableRowRedline( SwTableRowRedline* pNewRedl, bool bCallDelete
pNewRedl->InvalidateRange();
*/
- // ===========================================================
// Make equivelant of 'AppendRedline' checks inside here too
- // ===========================================================
mpExtraRedlineTbl->Insert( pNewRedl );
}
@@ -4091,9 +4088,7 @@ bool SwDoc::AppendTableCellRedline( SwTableCellRedline* pNewRedl, bool bCallDele
pNewRedl->InvalidateRange();
*/
- // ===========================================================
// Make equivelant of 'AppendRedline' checks inside here too
- // ===========================================================
mpExtraRedlineTbl->Insert( pNewRedl );
}