summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-20 11:42:44 +0200
committerNoel Grandin <noel@peralex.com>2015-05-20 11:42:44 +0200
commit6586da0631ddcfd704538b0e1cf96d2ea0be7cd9 (patch)
tree74f3d1b9121b97963ae72a7e2ed7c4f92c4597d3 /sw
parent55828bef6926a0eec446ca0b8503f656cc5c4a7f (diff)
fiX OSX build
Change-Id: I5dafc2c8a76356a7bbb258ec9563085d8f2b05cc
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/txtnode/fntcache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/fntcache.cxx b/sw/source/core/txtnode/fntcache.cxx
index 85cc4ba00021..9cb932048738 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