diff options
author | Oliver Specht <os@openoffice.org> | 2000-11-10 09:18:36 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-11-10 09:18:36 +0000 |
commit | e800967c779ac6173ac3487028cb7d51057cf3e1 (patch) | |
tree | 8dd3889383a58a6f34437cc6b0303e0fcb64dd71 | |
parent | c2cec7f72fae43939b952021205d536b4d75a789 (diff) |
call InsertTableOf without calling Update()
-rw-r--r-- | sw/source/core/unocore/unoidx.cxx | 6 |
1 files 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() ); |