[Libreoffice-commits] core.git: vcl/ios
jan Iversen
jani at libreoffice.org
Mon Mar 5 08:33:47 UTC 2018
vcl/ios/dummies.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit f5c00cd780dab434c96bd2760821e1565475fc0f
Author: jan Iversen <jani at libreoffice.org>
Date: Mon Mar 5 09:32:35 2018 +0100
vcl, make ios/dummies compile
Point .... were not defined
Change-Id: I725b3058d44d527ca2d3201060e4f467fd69c78d
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;
More information about the Libreoffice-commits
mailing list