To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51527
User cl changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jul 6 05:34:07 -0700
2005 -------
Fixed,
the problem was that View::CreateDragDataObject() created a SdTransferable which
created its temporary SdrModel on its own without a persist. That was because
CreatingDataObj() at the source model was not called prior to the
GetAllMarkedModel() call.
I added this to the SdTransferable::CreateData() method but it somehow leave the
docshell in an inconsistent state.
So I set the creation of the SdTransferable in View::CreateDragDataObject() to
bLateInit = TRUE and set the workdocument on it myself. This is the same
behaviour as when doing clipboard operations.
---------------------------------------------------------------------
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]