To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77924
User os changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
OS/Version|Windows, all |All
--------------------------------------------------------------------------------
Platform|PC |All
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Jun 12 13:58:51 +0000
2007 -------
This bug has been introduced by fixing internal issue #112039#
The following macro was not able to remove the just inserted object:
Sub InsertDataGlyph( )
Dim oIDFrame As Object, oTextCursor As Object, oGraphic As Object
oDoc = thiscomponent
oGraphic = oDoc.createInstance("com.sun.star.text.GraphicObject" )
oGraphic.GraphicURL = "file:///D:/OpenOffice.org1.1.0/program/oo_product.bmp"
oGraphic.Name="GlyphPic"
oTextCursor = oDoc.text.createtextcursor()
oDoc.Text.InsertTextContent( oTextCursor, oGraphic, true )
oDoc.Text.removeTextContent( oGraphic )
End Sub
Now the related change in SwXFrame::dispose() called from
SdrObject::~SdrObject() endlessly calls an SwDoc::DelLayoutFormat()
---------------------------------------------------------------------
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]