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

Tor Lillqvist tml at iki.fi
Tue Jun 4 06:14:27 PDT 2013


 vcl/headless/svpgdi.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b9dc42fc41d4a5eebec553d629d089ba06053b13
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Jun 4 16:12:54 2013 +0300

    Hopefully fix build on Linux
    
    Change-Id: Ia2e80b07138a552d04072f4b8d362bcc2be86edf

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 3b9b68e..dbd233c 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -75,7 +75,7 @@ bool SvpSalGraphics::drawAlphaRect( long /*nX*/, long /*nY*/, long /*nWidth*/, l
     return false;
 }
 
-#ifdef MACOSX
+#ifndef IOS
 
 SvpSalGraphics::SvpSalGraphics() :
     m_bUseLineColor( true ),


More information about the Libreoffice-commits mailing list