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





------- Additional comments from [EMAIL PROTECTED] Wed Oct 31 12:45:13 +0000 
2007 -------
just for the sake of completeness:

thanks, mru, for the hint that the viewCursor spans a selection. This helped us
get the following solution for our problem:

use
  ...
  view.getViewCursor().gotoRange(cursor.getStart(), false)
  ...

instead of

  ...
  view.getViewCursor().gotoRange(cursor, false)
  ...



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