https://bugs.documentfoundation.org/show_bug.cgi?id=165523
--- Comment #8 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)); and style has the value "Überschrift 1" and it throws an uniodl.com.sun.star.lang.IllegalArgumentException. -- You are receiving this mail because: You are the assignee for the bug.
