projects
/
libreoffice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d957d28
)
fix non-pdfium build
author
Noel Grandin
<noelgrandin@gmail.com>
Sat, 19 Sep 2020 18:38:29 +0000
(20:38 +0200)
committer
Rene 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
patch
|
blob
|
history
diff --git
a/vcl/source/filter/ipdf/pdfread.cxx
b/vcl/source/filter/ipdf/pdfread.cxx
index 3066c4deba4ac6ec87dfe3a58a4aace633a6282f..bf11578089e0678fe122bfeab63be6e79e62e953 100644
(file)
--- a/
vcl/source/filter/ipdf/pdfread.cxx
+++ b/
vcl/source/filter/ipdf/pdfread.cxx
@@
-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
}