From 6ca2d0d6645a697d323593a401ea8b1da02445bf Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 19 Jul 2014 00:00:03 +0200 Subject: vcl use DeviceCoordinate got GetNextGlyphs Change-Id: I0b03973b2d09a0ce51a6ee7dcca5a310a544c3a9 --- vcl/quartz/ctlayout.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/quartz') diff --git a/vcl/quartz/ctlayout.cxx b/vcl/quartz/ctlayout.cxx index 48d9626244e5..3baadb41db3a 100644 --- a/vcl/quartz/ctlayout.cxx +++ b/vcl/quartz/ctlayout.cxx @@ -39,7 +39,7 @@ public: virtual bool DrawTextSpecial( SalGraphics& rGraphics, sal_uInt32 flags ) const SAL_OVERRIDE; virtual int GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int&, - long* pGlyphAdvances, int* pCharIndexes, + DeviceCoordinate* pGlyphAdvances, int* pCharIndexes, const PhysicalFontFace** pFallbackFonts ) const SAL_OVERRIDE; virtual long GetTextWidth() const SAL_OVERRIDE; @@ -473,7 +473,7 @@ bool CTLayout::CacheGlyphLayout(void) const // eew! } int CTLayout::GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int& nStart, - long* pGlyphAdvances, int* pCharIndexes, + DeviceCoordinate* pGlyphAdvances, int* pCharIndexes, const PhysicalFontFace** pFallbackFonts ) const { if( !mpCTLine ) -- cgit