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





------- Additional comments from [EMAIL PROTECTED] Wed Nov 15 00:32:21 -0800 
2006 -------
Ah! The error is in
  if ( i->second.get() == _rSource.Source.get() )
which must be
  if ( i->second.get() == xSoource.get() )
(xSource is the normalized-to-XInterface version of _rSource.Source).

Without this change, I can reproduce the assertion I just built in by simply
closing the data source browser in a text document.

I'll add that small change to CWS dba22a, too.

---------------------------------------------------------------------
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