Issue 107171 - Crash after use of insertTextContentBefore/After
Summary: Crash after use of insertTextContentBefore/After
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: programming (show other issues)
Version: DEV300m64
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: joerg.skottke
QA Contact: issues@sw
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2009-11-24 14:33 UTC by Oliver Specht
Modified: 2017-05-20 11:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Oliver Specht 2009-11-24 14:33:54 UTC
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
Comment 1 Oliver Specht 2009-11-24 14:34:20 UTC
target set
Comment 2 mst.ooo 2010-01-11 13:29:10 UTC
fixed in CWS swunolocking1.
http://hg.services.openoffice.org/hg/cws/swunolocking1/rev/c6bddf4cb8a4
Comment 3 mst.ooo 2010-01-11 13:33:13 UTC
please verify
Comment 4 mst.ooo 2010-01-11 13:53:02 UTC
CC:
Comment 5 stefan.baltzer 2010-01-26 09:32:24 UTC
Verified in CWS swunolocking1.