To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100944


User fs changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'r_rethmann'
--------------------------------------------------------------------------------
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from f...@openoffice.org Wed Apr 22 19:14:59 +0000 
2009 -------
fs->r_rethmann: Uhm, your SaveDocAsExcel is does a *very* nasty thing:
  oDoc.getDrawPages.getByIndex(0).Forms.dispose()
That's the source of all evil: never ever (NEVER EVER!) dispose an object which
you do not own! And in this case, you certainly do not own the forms collection.

I can probably fix the crash, but you will definitely need to adjust your macro
to reach what you intended to reach (which I assume is "removing all form
controls from the document").


---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to