[Libreoffice-commits] core.git: vcl/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 8 09:42:22 UTC 2018
vcl/inc/headless/svpgdi.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 5231818a373ed17df751f5dc31c9edc4a0037127
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Oct 8 11:36:12 2018 +0300
Commit: Tor Lillqvist <tml at iki.fi>
CommitDate: Mon Oct 8 12:41:50 2018 +0300
No cairo used on iOS
Change-Id: I2fc713be404e68ea2fd0db43d0e93dfd62279da8
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 9c7ee0391f47..d1a4d9264ecc 100644
--- a/vcl/inc/headless/svpgdi.hxx
+++ b/vcl/inc/headless/svpgdi.hxx
@@ -27,7 +27,9 @@
#include <salgdi.hxx>
#include <sallayout.hxx>
+#ifndef IOS
#include "svpcairotextrender.hxx"
+#endif
#include <impfontmetricdata.hxx>
#ifdef IOS
More information about the Libreoffice-commits
mailing list