[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/headless
Tor Lillqvist
tml at iki.fi
Thu Jun 20 04:18:03 PDT 2013
vcl/headless/svpgdi.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9a2da7d277f111d55307f1b6f2e8eb8711fd1388
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Jun 4 16:12:54 2013 +0300
Hopefully fix build on Linux
Change-Id: Ia2e80b07138a552d04072f4b8d362bcc2be86edf
(cherry picked from commit b9dc42fc41d4a5eebec553d629d089ba06053b13)
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