diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-07 20:21:18 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-08 18:49:16 +0100 |
commit | d0aeca9b335e791e5f95dc93ab8579a6f00e222e (patch) | |
tree | 064520e7cc478075ed80f3e411e70d4675f9ed1f /sw/source/core/doc/docglos.cxx | |
parent | 9e100845962e886515e21720ec97a12bf094f165 (diff) |
Clean-up bogus comments in writer.
Diffstat (limited to 'sw/source/core/doc/docglos.cxx')
-rw-r--r-- | sw/source/core/doc/docglos.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/doc/docglos.cxx b/sw/source/core/doc/docglos.cxx index 22cbe30d87..004fb2fdbe 100644 --- a/sw/source/core/doc/docglos.cxx +++ b/sw/source/core/doc/docglos.cxx @@ -116,8 +116,6 @@ BOOL SwDoc::InsertGlossary( SwTextBlocks& rBlock, const String& rEntry, USHORT nIdx = rBlock.GetIndex( rEntry ); if( (USHORT) -1 != nIdx ) { - // Bug #70238# ask the TextOnly-Flag before BeginGetDoc, because - // the method closed the Storage! BOOL bSav_IsInsGlossary = mbInsOnlyTxtGlssry; mbInsOnlyTxtGlssry = rBlock.IsOnlyTextBlock( nIdx ); |