https://issues.apache.org/ooo/show_bug.cgi?id=118876
--- Comment #2 from zhangjf <[email protected]> 2012-02-13 00:52:49 UTC --- The root cause of the problem is when creating summary page for mutliple pages, if one of the pages contains empty title. It will cause null pointer exception. The solution is to add check if the OutlinerParaObject is created successfully. if yes, add the text into summary page, if no, ignore the page. It means when creating summary page for multiple pages, if one page contains empty title, the page will not be added into summary page. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
