diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/undo/undobj.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/undo/undobj.cxx b/sw/source/core/undo/undobj.cxx index 449479da46e9..bb6e1c50af90 100644 --- a/sw/source/core/undo/undobj.cxx +++ b/sw/source/core/undo/undobj.cxx @@ -837,7 +837,6 @@ void SwUndoSaveContent::MovePtForward( SwPaM& rPam, bool bMvBkwrd ) // - Footnotes // - Flys // - Bookmarks -// - Directories // #i81002# - extending method // delete certain (not all) cross-reference bookmarks at text node of <rMark> @@ -1210,7 +1209,7 @@ void SwUndoSaveSection::SaveSection( { SwPaM aPam( rRange.aStart, rRange.aEnd ); - // delete all footnotes, fly frames, bookmarks and indexes + // delete all footnotes, fly frames, bookmarks DelContentIndex( *aPam.GetMark(), *aPam.GetPoint() ); { // move certain indexes out of deleted range |