summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-11-08 15:05:57 +0200
committerTor Lillqvist <tml@collabora.com>2018-11-08 19:40:01 +0100
commit27ad8ca01c9691e539fea37d018d7892377f403f (patch)
treebec997ec6eb359c55321e33db88ad6ddfbdf0e00 /vcl/ios
parentc863d437ecb6c609677871035c7c68fd7005b06f (diff)
Bin some leftover and actually unnecessary iOS crack in vcl
We don't need the '#define SvpSalGraphics AquaSalGraphics' in vcl/inc/headless/svpgdi.hxx. The actual AquaSalGraphics we use for iOS is in vcl/inc/quartz/salgdi.h. I don't remember the details of the convoluted history behind this. Change-Id: Ie56c3c93acf7ad89e10a05e75aa4ca7fd596ba98 Reviewed-on: https://gerrit.libreoffice.org/63098 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/ios')
-rw-r--r--vcl/ios/dummies.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/ios/dummies.cxx b/vcl/ios/dummies.cxx
index efb2d251078d..3572baa790ad 100644
--- a/vcl/ios/dummies.cxx
+++ b/vcl/ios/dummies.cxx
@@ -18,7 +18,7 @@
*/
#include <vcl/svapp.hxx>
#include "salprn.hxx"
-#include "headless/svpgdi.hxx"
+#include "quartz/salgdi.h"
#include "headless/svpinst.hxx"
#include "unx/fontmanager.hxx"
#include "unx/gendata.hxx"