Kaydet (Commit) 22a2fa46 authored tarafından Miklos Vajna's avatar Miklos Vajna

vcl: add PDFWriter::Sign() Android stub

Change-Id: Ib8bc5e700a54135317359a130ceb2c06ff7af103
üst 0b04e8f8
......@@ -7480,6 +7480,12 @@ bool PDFWriterImpl::finalizeSignature()
#endif
}
#else // defined(ANDROID) || defined(IOS)
bool PDFWriter::Sign(PDFSignContext& /*rContext*/)
{
// Not implemented.
return false;
}
#endif
sal_Int32 PDFWriterImpl::emitInfoDict( )
......
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