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


User os changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|os                        |ama
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 3.0
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Mar 12 12:24:41 +0000 
2008 -------
Using the following macro should work but it crashes :-(

sub makeredline
xcrsr = thiscomponent.gettext.createtextcursor
thiscomponent.gettext.setstring( "This is a test.")
xcrsr.gotostart( false )
xcrsr.goright( 4, false )
xcrsr.goright( 3, true )

dim aRedlineProperties(1) as new com.sun.star.beans.PropertyValue
aRedlineProperties(0).Name = "Author"
aRedlineProperties(0).Value = "Author1"
aRedlineProperties(1).Name = "RedlineComment"
aRedlineProperties(1).Value = "My Comment"
xcrsr.makeRedline("Insert", aRedlineProperties )

end sub

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