Index: doccomp.cxx =================================================================== RCS file: /cvs/sw/sw/source/core/doc/doccomp.cxx,v retrieving revision 1.21 retrieving revision 1.21.28.1 diff -r1.21 -r1.21.28.1 7c7 < * $Revision: 1.21 $ --- > * $Revision: 1.21.28.1 $ 9c9 < * last change: $Author: hr $ $Date: 2007/09/27 08:33:25 $ --- > * last change: $Author: ama $ $Date: 2007/10/12 12:14:50 $ 1078a1079,1085 > case ND_STARTNODE: > { > const SwStartNode& rStSrcNd = (SwStartNode&)rSrcNd; > const SwStartNode& rStDstNd = (SwStartNode&)rDstNd; > bRet = rStSrcNd.GetStartNodeType() == rStDstNd.GetStartNodeType(); > } > break; 1282,1285c1289,1291 < if( pNd->IsTableNode() || < ( 0 != (pSNd = pNd->GetSectionNode() ) && < ( CONTENT_SECTION != pSNd->GetSection().GetType() || < pSNd->GetSection().IsProtect() ) ) ) --- > if( 0 != (pSNd = pNd->GetSectionNode() ) && > ( CONTENT_SECTION != pSNd->GetSection().GetType() || > pSNd->GetSection().IsProtect() ) ) 1296,1299c1302,1304 < if( pNd->StartOfSectionNode()->IsTableNode() || < ( 0 != (pSNd = pNd->StartOfSectionNode()->GetSectionNode() ) && < ( CONTENT_SECTION != pSNd->GetSection().GetType() || < pSNd->GetSection().IsProtect() ) ) ) --- > if( 0 != (pSNd = pNd->StartOfSectionNode()->GetSectionNode() ) && > ( CONTENT_SECTION != pSNd->GetSection().GetType() || > pSNd->GetSection().IsProtect() ) )