vcl/coretext/ctlayout.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit 97cd0f38a53f97034442de57d48006d30c4a94db Author: Tor Lillqvist <t...@iki.fi> Date: Wed Jun 19 16:06:15 2013 +0300
Call CheckContext() on OS X, too Change-Id: I093586b0c979e492ea2a09dca9525b808de3ce70 diff --git a/vcl/coretext/ctlayout.cxx b/vcl/coretext/ctlayout.cxx index 721d770..18330936 100644 --- a/vcl/coretext/ctlayout.cxx +++ b/vcl/coretext/ctlayout.cxx @@ -433,10 +433,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 libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits