summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-03-05 09:32:35 +0100
committerjan Iversen <jani@libreoffice.org>2018-03-05 09:33:20 +0100
commitf5c00cd780dab434c96bd2760821e1565475fc0f (patch)
treeec483ab77ac8128bcd98a6e6b9512cf61b6adea4 /vcl/ios
parent37159a6979c7b82ed98f7b972cc7c86a3ff18df1 (diff)
vcl, make ios/dummies compile
Point .... were not defined Change-Id: I725b3058d44d527ca2d3201060e4f467fd69c78d
Diffstat (limited to 'vcl/ios')
-rw-r--r--vcl/ios/dummies.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/ios/dummies.cxx b/vcl/ios/dummies.cxx
index 56fd92a93f3a..ff8991dfacfa 100644
--- a/vcl/ios/dummies.cxx
+++ b/vcl/ios/dummies.cxx
@@ -16,13 +16,14 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
+#include <vcl/svapp.hxx>
#include "salprn.hxx"
#include "headless/svpgdi.hxx"
#include "headless/svpinst.hxx"
#include "unx/fontmanager.hxx"
#include "unx/gendata.hxx"
+
SalPrinter* SvpSalInstance::CreatePrinter( SalInfoPrinter* /* pInfoPrinter */ )
{
return NULL;