[Libreoffice-commits] core.git: sw/source
Noel Grandin
noel at peralex.com
Wed May 20 02:02:49 PDT 2015
sw/source/core/txtnode/fntcache.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b253d2bb93d170e1ba6e10fb9d74388b7c25e588
Author: Noel Grandin <noel at peralex.com>
Date: Wed May 20 11:01:57 2015 +0200
fix OSX build
Change-Id: I5f2ce7043802963c5fa41f0710c176a270e2d23b
diff --git a/sw/source/core/txtnode/fntcache.cxx b/sw/source/core/txtnode/fntcache.cxx
index 6e0fa91..85cc4ba 100644
--- a/sw/source/core/txtnode/fntcache.cxx
+++ b/sw/source/core/txtnode/fntcache.cxx
@@ -1559,7 +1559,7 @@ void SwFntObj::DrawText( SwDrawTextInfo &rInf )
#if defined(MACOSX) || defined(IOS)
rInf.GetOut().DrawTextArray( aTextOriginPos, rInf.GetText(),
- pKernArray, rInf.GetIdx(), 1, bBullet ? SalLayoutFlags::DrawBullet : 0 );
+ pKernArray, rInf.GetIdx(), 1, bBullet ? SalLayoutFlags::DrawBullet : SalLayoutFlags::NONE );
#else
rInf.GetOut().DrawTextArray( aTextOriginPos, rInf.GetText(),
pKernArray, rInf.GetIdx(), 1 );
More information about the Libreoffice-commits
mailing list