From 27ee05f860e8225a41e15e0853fcef00a9d7a621 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Fri, 13 Mar 2020 20:04:45 +0100 Subject: pdfium: support for pages when using PDF import with pdfium MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moving PDF to use VectorGraphicData in Graphic has temporary removed the support for showing different PDF pages when opening the PDF using pdfium (LO_IMPORT_USE_PDFIUM=1). This adds the support for back by specifying whcih PDF page to render when creating the VectorGraphicData (and can't be changd afterwards), which is used to create a Graphic and contains the PDF source data array. Change-Id: Ib915216b8d4c0c063d0fead44ff156b1915a35d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90562 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/vcl/graph.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/vcl/graph.hxx') diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index 271de60d1605..6e70f66731ac 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -204,8 +204,6 @@ public: const VectorGraphicDataPtr& getVectorGraphicData() const; - /// Set the page number of the multi-page source this Graphic is rendered from. - void setPageNumber(sal_Int32 nPageNumber); /// Get the page number of the multi-page source this Graphic is rendered from. sal_Int32 getPageNumber() const; -- cgit v1.2.3