adapt to 4.3
This commit is contained in:
parent
e883eaedbe
commit
4cbde20e9a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user