To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83691
                 Issue #|83691
                 Summary|An imported .html that crashes OOo layout engine when 
                        |deleting column
               Component|Word processor
                 Version|OOo 2.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mru
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Fri Nov 16 10:03:20 +0000 
2007 -------
So, load the attached .htm and go to the first page and the first column in that
table, right click and select "delete->column". I get a crash on a null pPage in
SetLastPage of sw/source/core/layout/pagechg.cxx

-       ((SwRootFrm*)pPage->GetUpper())->pLastPage = pPage;
+       if (pPage) ((SwRootFrm*)pPage->GetUpper())->pLastPage = pPage;

gets past the first crash, but just defers it until the next case, etc etc. So I
guess it goes wrong way earlier.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to