diff --git a/0001-strip-off-hard-coded-numbering-from-outliner-preview.patch b/0001-strip-off-hard-coded-numbering-from-outliner-preview.patch index f654056..3937ee4 100644 --- a/0001-strip-off-hard-coded-numbering-from-outliner-preview.patch +++ b/0001-strip-off-hard-coded-numbering-from-outliner-preview.patch @@ -47,7 +47,7 @@ index fd8cacc..ad1cd23 100644 + //If the preview has hard-coded bullets/numbering then they must + //be stripped to reveal the true underlying styles attributes + SfxItemSet aAttrs(pOutliner->GetParaAttribs(j)); -+ if (aAttrs.GetItemState(EE_PARA_NUMBULLET) == SfxItemState::SET) ++ if (aAttrs.GetItemState(EE_PARA_NUMBULLET) == SFX_ITEM_SET) + { + aAttrs.ClearItem(EE_PARA_NUMBULLET); + pOutliner->SetParaAttribs(j, aAttrs);