diff options
author | jan Iversen <jani@libreoffice.org> | 2018-03-05 09:32:35 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-03-05 09:33:20 +0100 |
commit | f5c00cd780dab434c96bd2760821e1565475fc0f (patch) | |
tree | ec483ab77ac8128bcd98a6e6b9512cf61b6adea4 | |
parent | 37159a6979c7b82ed98f7b972cc7c86a3ff18df1 (diff) |
vcl, make ios/dummies compile
Point .... were not defined
Change-Id: I725b3058d44d527ca2d3201060e4f467fd69c78d
-rw-r--r-- | vcl/ios/dummies.cxx | 3 |
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; |