fix non-pdfium build
authorNoel Grandin <noelgrandin@gmail.com>
Sat, 19 Sep 2020 18:38:29 +0000 (20:38 +0200)
committerRene Engelhard <rene@debian.org>
Sun, 1 Nov 2020 21:20:53 +0000 (21:20 +0000)
Change-Id: Ic1e30a412927748ba58a21cf2ee922cd1a490aa4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103040
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Gbp-Pq: Name fix-non-pdfium-build.diff

vcl/source/filter/ipdf/pdfread.cxx

index 3066c4deba4ac6ec87dfe3a58a4aace633a6282f..bf11578089e0678fe122bfeab63be6e79e62e953 100644 (file)
@@ -218,7 +218,7 @@ size_t RenderPDFBitmaps(const void* pBuffer, int nSize, std::vector<Bitmap>& rBi
     (void)rBitmaps;
     (void)nFirstPage;
     (void)nPages;
-    (void)fResolutionDPI;
+    (void)pSizeHint;
     return 0;
 #endif // HAVE_FEATURE_PDFIUM
 }