[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-4+backports' - vcl/source

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 28 14:29:56 UTC 2021


 vcl/source/filter/ipdf/pdfread.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit abea84a1603e3ac376733fcfdd781048ca6441c8
Author:     Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
AuthorDate: Wed Jul 28 09:50:51 2021 +0200
Commit:     Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
CommitDate: Wed Jul 28 16:29:16 2021 +0200

    Fix --disable-pdfium build
    
    Change-Id: I463ad81891ecc8eedb0746fbd056fd0cb36cfca7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119585
    Tested-by: Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>

diff --git a/vcl/source/filter/ipdf/pdfread.cxx b/vcl/source/filter/ipdf/pdfread.cxx
index 538a6055f168..f4ededa3adde 100644
--- a/vcl/source/filter/ipdf/pdfread.cxx
+++ b/vcl/source/filter/ipdf/pdfread.cxx
@@ -206,7 +206,6 @@ size_t RenderPDFBitmaps(const void* pBuffer, int nSize, std::vector<Bitmap>& rBi
     (void)rBitmaps;
     (void)nFirstPage;
     (void)nPages;
-    (void)pSizeHint;
     return 0;
 #endif // HAVE_FEATURE_PDFIUM
 }


More information about the Libreoffice-commits mailing list