https://bugs.documentfoundation.org/show_bug.cgi?id=148810
--- Comment #11 from Justin L <[email protected]> --- Oh great. It appears the reason "zero" doesn't work is because the depth is already zero - so it doesn't create a RES_PARA_OUTLLEVEL. I think the reason it loses the property is because WID_NUMLEVEL (PROP_NumberingLevel) is not considered a bParaAttrib because it is less than EE_PARA_START, and thus is easily thrown out. This stuff is ridiculously complex. I can "fix" it by forcing a full setDepth in Outliner::SetDepth() - if ( nNewDepth == pPara->GetDepth() ) - return; -- You are receiving this mail because: You are the assignee for the bug.
