From e800967c779ac6173ac3487028cb7d51057cf3e1 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 10 Nov 2000 09:18:36 +0000 Subject: call InsertTableOf without calling Update() --- sw/source/core/unocore/unoidx.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw/source/core/unocore/unoidx.cxx b/sw/source/core/unocore/unoidx.cxx index b13f98c008c1..927a00913b28 100644 --- a/sw/source/core/unocore/unoidx.cxx +++ b/sw/source/core/unocore/unoidx.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoidx.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2000-11-09 15:34:31 $ + * last change: $Author: os $ $Date: 2000-11-10 10:18:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -985,7 +985,7 @@ void SwXDocumentIndex::attachToRange(const Reference< text::XTextRange > & xText SwTOXBase& rTOXBase = pProps->GetTOXBase(); //TODO: apply Section attributes (columns and background) const SwTOXBaseSection* pTOX = pDoc->InsertTableOf( - *aPam.GetPoint(), rTOXBase, 0, sal_True ); + *aPam.GetPoint(), rTOXBase, 0, sal_False ); pDoc->SetTOXBaseName( *pTOX, pProps->GetTOXBase().GetTOXName() ); -- cgit v1.2.3