https://bugs.documentfoundation.org/show_bug.cgi?id=148810
--- Comment #9 from Justin L <[email protected]> --- I noticed that "when it worked" it required TWO undo steps to get the bullet back, while only one undo is possible now. In debugging this, I see that ODP deletes two paragraph attributes (EE_PARA_OUTLLEVEL and EE_PARA_BULLETSTATE) while PPT deletes 8 attributes (including EE_PARA_NUMBULLET and EE_PARA_BULLETSTATE) Problem likely caused by commit 88c1c1fa45b6d25694ac805be5258ee7190d6dd6 Author: RĂ¼diger Timm on Fri Jun 6 11:29:34 2008 +0000 where in editeng/source/editeng/editeng.cxx on a KEY_BACKSPACE we "hide" the BULLETSTATE before starting an undo. But it also is related to Outliner::ParaAttribsChanged. For some reason the level (despite being at para depth of 0) is never specified as an OUTLLEVEL property and thus is lost in this Outliner reset. And there is also an undo-related OutlinerUndoChangeDepth - so depth really has some funkiness to it... -- You are receiving this mail because: You are the assignee for the bug.
