diff options
author | Michael Stahl <mstahl@redhat.com> | 2018-01-26 14:56:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-26 15:00:14 +0100 |
commit | 17d7f2971061a9e0b68da6d433835c64b946169a (patch) | |
tree | a3f71cb383385ede91fdf6743e028f04751b34e3 /sw | |
parent | 55650f65de478bcee65fe1e1cf19f106e407f999 (diff) |
sw: remove misleading comment from SwUndoSaveContent::DelContentIndex()
"Directories" weren't handled in the initial CVS import already.
Change-Id: Ic96921d8e3e8aa5a5e65e07391236f0a7747c867
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 |