summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-03-28 09:06:53 +0100
committerJan Holesovsky <kendy@collabora.com>2019-03-28 09:06:53 +0100
commitf1552a8bb74a5eb07ad7e675a50f60dec935b9e3 (patch)
treeb9891f16f8d5dabf10348642d287d145fdc7e125 /include
parentcec4b94df735dce507c48bb13dc4e375387ac3b2 (diff)
Revert "pdfium: Keep the PDF data in memory, so that we can really share them."
Diffstat (limited to 'include')
-rw-r--r--include/vcl/pdfread.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/pdfread.hxx b/include/vcl/pdfread.hxx
index c491f50ef34b..1a1ff0d680cb 100644
--- a/include/vcl/pdfread.hxx
+++ b/include/vcl/pdfread.hxx
@@ -16,11 +16,6 @@
namespace vcl
{
-/// Fills the rBitmaps vector with rendered pages.
-VCL_DLLPUBLIC size_t RenderPDFBitmaps(const void* pBuffer, int nSize, std::vector<Bitmap>& rBitmaps,
- const size_t nFirstPage = 0, int nPages = 1,
- const double fResolutionDPI = 96.);
-
/// Imports a PDF stream into rGraphic as a GDIMetaFile.
VCL_DLLPUBLIC bool ImportPDF(SvStream& rStream, Bitmap& rBitmap, size_t nPageIndex,
css::uno::Sequence<sal_Int8>& rPdfData,