https://bugs.documentfoundation.org/show_bug.cgi?id=165523

--- Comment #7 from [email protected] ---
So, two days after my event I had to look at that code crashing and it is this
code, which crashed

 XText aXText = OOTextDocHelper.mxDocument.getText();
 XTextRange aTextRange = aXText.getEnd();
 XPropertySet propSet = (XPropertySet)aTextRange;
 propSet.setPropertyValue("ParaStyleName", new Any(style));

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to