[Libreoffice-commits] core.git: vcl/coretext

Tor Lillqvist tml at iki.fi
Wed Jun 19 06:12:08 PDT 2013


 vcl/coretext/ctlayout.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 97cd0f38a53f97034442de57d48006d30c4a94db
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

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 );


More information about the Libreoffice-commits mailing list