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





------- Additional comments from f...@openoffice.org Fri Sep 24 09:28:18 +0000 
2010 -------
note: the real bug is triggered by the fact that the report designer loads an
empty, hidden document when it is first opened: The assertion is triggered
everytime a document is loaded hidden. To see this, the following macro can be 
used:

Sub load
  Dim args(0) as new com.sun.star.beans.PropertyValue
  args(0).Name = "Hidden"
  args(0).Value = true

  Dim doc as Object
  doc = StarDesktop.LoadComponentFromURL( "private:factory/swriter", _
    "_blank", 0, args() )
  doc.close( true )
End Sub

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


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

Reply via email to