[Libreoffice-commits] core.git: sw/source

Noel Grandin noel at peralex.com
Wed May 20 02:43:22 PDT 2015


 sw/source/core/txtnode/fntcache.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6586da0631ddcfd704538b0e1cf96d2ea0be7cd9
Author: Noel Grandin <noel at peralex.com>
Date:   Wed May 20 11:42:44 2015 +0200

    fiX OSX build
    
    Change-Id: I5dafc2c8a76356a7bbb258ec9563085d8f2b05cc

diff --git a/sw/source/core/txtnode/fntcache.cxx b/sw/source/core/txtnode/fntcache.cxx
index 85cc4ba..9cb9320 100644
--- a/sw/source/core/txtnode/fntcache.cxx
+++ b/sw/source/core/txtnode/fntcache.cxx
@@ -1749,7 +1749,7 @@ void SwFntObj::DrawText( SwDrawTextInfo &rInf )
 
 #if defined(MACOSX) || defined(IOS)
                 rInf.GetOut().DrawTextArray( aTextOriginPos, *pStr, pKernArray + nOffs,
-                                             rInf.GetIdx() + nOffs , nLen - nOffs, bBullet ? SalLayoutFlags::DrawBullet : 0 );
+                                             rInf.GetIdx() + nOffs , nLen - nOffs, bBullet ? SalLayoutFlags::DrawBullet : SalLayoutFlags::NONE );
 #else
                 // If we paint bullets instead of spaces, we use a copy of
                 // the paragraph string. For the layout engine, the copy


More information about the Libreoffice-commits mailing list