Kaydet (Commit) 7437a046 authored tarafından jan Iversen's avatar jan Iversen

iOS, solve missing vcl references

needed more dummy stuff

Change-Id: I96392415a8f778be3ef1a44fb485d27049f7f324
üst 8ad4be95
......@@ -20,6 +20,8 @@
#include "salprn.hxx"
#include "headless/svpgdi.hxx"
#include "headless/svpinst.hxx"
#include "unx/fontmanager.hxx"
#include "unx/gendata.hxx"
SalPrinter* SvpSalInstance::CreatePrinter( SalInfoPrinter* /* pInfoPrinter */ )
{
......@@ -129,4 +131,21 @@ bool AquaSalGraphics::drawEPS( long, long, long, long, void*, sal_uLong )
return false;
}
using namespace psp;
GenericUnixSalData::GenericUnixSalData(GenericUnixSalDataType const t, SalInstance *const pInstance)
: m_eType(t), m_pDisplay(nullptr), m_pPrintFontManager(nullptr)
{
m_pInstance = pInstance; SetSalData(this);
}
GenericUnixSalData::~GenericUnixSalData()
{
}
PrintFontManager::~PrintFontManager()
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment