https://bugs.documentfoundation.org/show_bug.cgi?id=171287
--- Comment #4 from Gregoire C <[email protected]> --- Created attachment 206174 --> https://bugs.documentfoundation.org/attachment.cgi?id=206174&action=edit ODT file There you go. There's possibly an error in the logic of identifying the drop cap: the presence of the index anchor tag in between the opening para tag and the actual content seems to prevent the recognition of the actual content and its first letter. Drop cap OK: <text:p text:style-name="P4"><text:span text:style-name="T1">First word</text:span> within a paragraph that has enough text to allow the display of a drop cap at the beginning.</text:p> No drop cap: <text:p text:style-name="P4"><text:alphabetical-index-mark text:string-value="word (first)"/><text:span text:style-name="T1">First word</text:span> within a paragraph that has enough text to allow the display of a drop cap at the beginning.</text:p> -- You are receiving this mail because: You are the assignee for the bug.
