Index: fl_SectionLayout.cpp =================================================================== RCS file: /cvsroot/abi/src/text/fmt/xp/fl_SectionLayout.cpp,v retrieving revision 1.268 diff -u -r1.268 fl_SectionLayout.cpp --- fl_SectionLayout.cpp 1 Nov 2004 04:49:02 -0000 1.268 +++ fl_SectionLayout.cpp 1 Nov 2004 23:40:58 -0000 @@ -2425,6 +2425,9 @@ // // Remove all the empty pages thus created. Don't notify of the deletion though. // + fp_Page* pPage = m_ColumnBreaker.getStartPage(); + if (pPage && pPage->isEmpty()); + m_ColumnBreaker.setStartPage(NULL); getDocLayout()->deleteEmptyPages(true); // // This Doc Section No longer owns pages so this becomes NULL