To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107171
                 Issue #|107171
                 Summary|Crash after use of insertTextContentBefore/After
               Component|Word processor
                 Version|DEV300m64
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|programming
             Assigned to|mst
             Reported by|os





------- Additional comments from [email protected] Tue Nov 24 14:33:54 +0000 
2009 -------
Create a new text document and insert a table.
Then execute the following Basic macro

Sub Main
xtable = thiscomponent.gettexttables.getbyindex(0)
xpara = thiscomponent.createInstance("com.sun.star.text.Paragraph")
thiscomponent.gettext.inserttextcontentbefore(xpara, xtable)
print xpara.getstring
End Sub

 -> crash

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