https://bugs.documentfoundation.org/show_bug.cgi?id=168406
--- Comment #4 from Dave Gilbert <[email protected]> --- Looking at the input xml we've got a good selection, at the start we have: <a:buAutoNum type="arabicPlain" startAt="10"/> </a:pPr> .... <a:t>Cancer </a:t> </a:r> .... <a:buAutoNum type="arabicPlain" startAt="3"/> </a:pPr> <a:t>Biking related</a:t> </a:r> the Emphysema one doesn't have any startAt but just has it embedded in the text: <a:t>2 Emphysema</a:t> Oddly Bee sting is autonumber but without a start value: <a:buAutoNum type="arabicPlain"/> <a:t>Bee Sting</a:t> and for added variety, the 'Unsure' entry has a separate piece of text for it's '7' -- You are receiving this mail because: You are the assignee for the bug.
