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

(-)sw/source/filter/ww8/ww8atr.cxx (+3 lines)
Lines 973-978 Link Here
973
            m_rWW8Export.pPapPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(),
973
            m_rWW8Export.pPapPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(),
974
                    m_rWW8Export.pO->GetData() );
974
                    m_rWW8Export.pO->GetData() );
975
            m_rWW8Export.pO->Remove( 0, m_rWW8Export.pO->Count() ); // delete
975
            m_rWW8Export.pO->Remove( 0, m_rWW8Export.pO->Count() ); // delete
976
	    //For Bug 119650, should break the properties of CHP PLC after a paragraph end.
977
	    m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(),
978
		    m_rWW8Export.pO->GetData() );
976
        }
979
        }
977
    }
980
    }
978
}
981
}

Return to issue 119650