To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83522
Issue #|83522
Summary|Paragraph break issue
Component|Word processor
Version|OOo 2.2.1
Platform|PC
URL|
OS/Version|Windows XP
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|mru
Reported by|kkmil
------- Additional comments from [EMAIL PROTECTED] Sat Nov 10 18:55:36 +0000
2007 -------
Insert a bookmark named "text".
Then start following code :
sub Main
oDoc = ThisComponent
otext = oDoc.getBookmarks().getByName("test").getAnchor()
otext.setString("FIRST"+Chr$(13)+"SECOND"+Chr$(13)+"THIRD")
MSGBOX otext.getString()
otext.setString(otext.getString())
MSGBOX otext.getString()
end sub
The second message box will show different text then the first message box. Also
the bookmark will not be available. When this macro will be run for the second
time, the error will be shown in code editor.
---------------------------------------------------------------------
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]