<div dir="ltr"><div><div><div><div>Hi Caolán,<br><br>I founnd a problem with your commit:<br></div><a href="http://cgit.freedesktop.org/libreoffice/core/commit/?id=f41e7c704898fa0e86d6d128f5bd28f37c081e92">http://cgit.freedesktop.org/libreoffice/core/commit/?id=f41e7c704898fa0e86d6d128f5bd28f37c081e92</a><br>
<br></div>When I try to modify a character style Writer crashes.<br>After a bit debug I found that your commit changed SwDocShell::Edit() (in docst.cxx) method sixth parameter from sal_uInt16 to OString but at docst.cxx:448 this Edit method is called with 0 as sixth parameter, which haven't sense in the new context but interpreted as an rtl_String null pointer and used to call OString constructor, which can't handle null pointers so Writer crashes.<br>
</div><div><br></div>Best regards,<br></div>Tamás<br></div>