https://issues.apache.org/ooo/show_bug.cgi?id=121125
--- Comment #20 from Oliver-Rainer Wittmann <[email protected]> --- (In reply to SVN Robot from comment #16) > "alg" committed SVN revision 1490593 into trunk: > i121125 Secured release of remembered data (ViewShell) in PDFExport when > noth... These changes solve the crash, but the clean up of the rendering data has also an important purpose by using the holding a reference to a <ViewShell> instance. This purpose is the restore the original view options which were changed for the PDF export resp. the printing. Thus, the current clean up comes too late. Example: - new text document - insert page number field - switch view option to view field names (Menu - View - Field Names) - export to PDF - Pages = "bad input" --> no crash after closing the text document --> view option to view field names is not restored. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
