diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 15:34:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 15:34:39 +0000 |
commit | 89312da634d3236426d44f37f3b4ce26ec96392d (patch) | |
tree | 8d628c823616e53599fbcb5f44a48e98322c668a /sw/source/core/swg | |
parent | fb747b2cfbc6b5d98c5f511ddf3c846c1ee70265 (diff) |
INTEGRATION: CWS writercorehandoff (1.20.4); FILE MERGED
2005/09/21 13:42:15 tra 1.20.4.1: #i50348#
Diffstat (limited to 'sw/source/core/swg')
-rw-r--r-- | sw/source/core/swg/swblocks.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/swg/swblocks.cxx b/sw/source/core/swg/swblocks.cxx index 98bab23f58..227b4d1940 100644 --- a/sw/source/core/swg/swblocks.cxx +++ b/sw/source/core/swg/swblocks.cxx @@ -4,9 +4,9 @@ * * $RCSfile: swblocks.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:50:05 $ + * last change: $Author: hr $ $Date: 2006-08-14 16:34:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -395,7 +395,7 @@ ULONG SwTextBlocks::ConvertToNew() if (SWBLK_SW2 == nType ) { delete pOld->pDoc; - pOld->pDoc = pNew->pDoc; + pOld->pDoc = pNew->pDoc;nLinkCt nErr = pTwo->LoadDoc(); } else |