vcl/coretext/ctlayout.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 45277e2a6f0898c11224b6c116c17b580a83310e
Author: Tor Lillqvist <[email protected]>
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 <[email protected]>
Tested-by: Noel Power <[email protected]>
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 );
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits