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





------- Additional comments from m...@openoffice.org Fri Mar 20 14:23:42 +0000 
2009 -------
instead of changing the text of an existing one(which does not work as you found
out), you can just delete the old one and create a new one using the API, sth.
like this:

Dim myNote As Object
Dim uneDate As New com.sun.star.util.DateTime
myNote = ThisComponent.createInstance("com.sun.star.text.TextField.Annotation")
myNote.Author = "Somebody" 
myNote.Content = "This is the text of the note"
myText.insertTextContent(myCursor, myNote, 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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

Reply via email to