[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/coretext
Tor Lillqvist
tml at iki.fi
Thu Jun 20 04:21:58 PDT 2013
vcl/coretext/ctlayout.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 45277e2a6f0898c11224b6c116c17b580a83310e
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Jun 19 16:06:15 2013 +0300
Call CheckContext() on OS X, too
Change-Id: I093586b0c979e492ea2a09dca9525b808de3ce70
(cherry picked from commit 97cd0f38a53f97034442de57d48006d30c4a94db)
Reviewed-on: https://gerrit.libreoffice.org/4390
Reviewed-by: Noel Power <noel.power at suse.com>
Tested-by: Noel Power <noel.power at suse.com>
diff --git a/vcl/coretext/ctlayout.cxx b/vcl/coretext/ctlayout.cxx
index 9bf147e..6c2a07de 100644
--- a/vcl/coretext/ctlayout.cxx
+++ b/vcl/coretext/ctlayout.cxx
@@ -432,10 +432,8 @@ bool CTLayout::GetBoundRect( SalGraphics& rGraphics, Rectangle& rVCLRect ) const
AquaSalGraphics& rAquaGraphics = static_cast<AquaSalGraphics&>(rGraphics);
-#ifdef IOS
if( !rAquaGraphics.CheckContext() )
return false;
-#endif
CGContextSaveGState( rAquaGraphics.mrContext );
CGContextScaleCTM( rAquaGraphics.mrContext, 1.0, -1.0 );
More information about the Libreoffice-commits
mailing list