summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-08-17 01:02:11 +0300
committerTor Lillqvist <tml@collabora.com>2016-08-17 18:16:10 +0300
commitfb83fd9d22e07f8a12e5f54eea60440123125717 (patch)
treea8a59a1c3f33a5192d4625152a2d8529eb0e1ed0 /vcl/ios
parentf07b8e63fde24c04e0f496c356319440e03b4741 (diff)
Massage ifdefs etc for iOS to avoid undefineds
I think it's best to not use cairo on iOS, even if we do use it on Android. We probably want to use native APIs for the functionality that cairo would provide. Just like we do on OS X. No idea whether the resulting TiledLibreOffice will still work like it used to in May last year, when I last tried. Change-Id: Ie15cad6918d7a66e2aff7faabfcade7f3246b060
Diffstat (limited to 'vcl/ios')
-rw-r--r--vcl/ios/dummies.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/ios/dummies.cxx b/vcl/ios/dummies.cxx
index bf73412b9414..40fc867a4c79 100644
--- a/vcl/ios/dummies.cxx
+++ b/vcl/ios/dummies.cxx
@@ -124,4 +124,9 @@ void SalGenericInstance::jobEndedPrinterUpdate()
{
}
+bool AquaSalGraphics::drawEPS( long, long, long, long, void*, sal_uLong )
+{
+ return false;
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */