View | Details | Raw Unified | Return to issue 86988
Collapse All | Expand All

(-)sw/source/filter/ww8/ww8par2.cxx (-1 / +6 lines)
Lines 722-728 Link Here
722
    //unit no matter what else happens. So if we are not in a table at
722
    //unit no matter what else happens. So if we are not in a table at
723
    //all, or if we are in the first cell then test that the last frame
723
    //all, or if we are in the first cell then test that the last frame
724
    //data is the same as the current one
724
    //data is the same as the current one
725
    if (bNowApo && InEqualApo(nCellLevel))
725
	
726
// -->>>>> fridrich_strba -- 2008-03-12 -- i#86988 -- fire this one
727
// -->>>>> only when we are in the outermost table (nCellLevel <= 1)
728
    if (bNowApo && InEqualApo(nCellLevel) && /* nCellLevel is smaller or equal to one */ nCellLevel <= 1)
729
// <<<<<-- end of a great fix
730
// <<<<<-- fridrich_strba -- 2008-03-12 -- i#86988
726
    {
731
    {
727
        // two bordering eachother
732
        // two bordering eachother
728
        if (!TestSameApo(aRet, pTabPos))
733
        if (!TestSameApo(aRet, pTabPos))

Return to issue 86988