From 17d7f2971061a9e0b68da6d433835c64b946169a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 26 Jan 2018 14:56:37 +0100 Subject: sw: remove misleading comment from SwUndoSaveContent::DelContentIndex() "Directories" weren't handled in the initial CVS import already. Change-Id: Ic96921d8e3e8aa5a5e65e07391236f0a7747c867 --- sw/source/core/undo/undobj.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw') 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 @@ -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 -- cgit