sw/source/core/txtnode/fntcache.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6586da0631ddcfd704538b0e1cf96d2ea0be7cd9 Author: Noel Grandin <n...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits