From afee24b73e379bf7f9e9d2cf647d8686896f9f8a Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 25 Nov 2016 14:00:07 +0200 Subject: Kill old Core Text layout engine Reviewed-on: https://gerrit.libreoffice.org/31232 Tested-by: Jenkins Reviewed-by: Khaled Hosny (cherry picked from commit d761d952f460e1943e94c5a7556b3b01d2259666) Change-Id: If80d65899255d8be72f374fbec232d103a08a006 --- include/vcl/outdev.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 5e71bf1dcab9..1b45b8703bcf 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -142,11 +142,10 @@ enum class SalLayoutFlags SubstituteDigits = 0x0400, KashidaJustification = 0x0800, ForFallback = 0x2000, - DrawBullet = 0x4000, }; namespace o3tl { - template<> struct typed_flags : is_typed_flags {}; + template<> struct typed_flags : is_typed_flags {}; } typedef std::vector< Rectangle > MetricVector; @@ -1180,7 +1179,7 @@ private: SAL_DLLPRIVATE void ImplInitAboveTextLineSize(); - SAL_DLLPRIVATE bool ImplDrawTextDirect( SalLayout&, bool bTextLines, sal_uInt32 flags = 0 ); + SAL_DLLPRIVATE void ImplDrawTextDirect( SalLayout&, bool bTextLines); SAL_DLLPRIVATE void ImplDrawSpecialText( SalLayout& ); SAL_DLLPRIVATE void ImplDrawTextRect( long nBaseX, long nBaseY, long nX, long nY, long nWidth, long nHeight ); -- cgit