[libreoffice] adapt to 4.3

David Tardon dtardon at fedoraproject.org
Tue Nov 11 20:59:46 UTC 2014


commit 4cbde20e9a5fdae3aa169b091e45e49dd931418b
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Nov 11 21:57:59 2014 +0100

    adapt to 4.3

 ...ard-coded-numbering-from-outliner-preview.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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);


More information about the scm-commits mailing list