diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-08 09:43:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-08 09:44:57 +0100 |
commit | 7c65a378db49480d81bbeae7ccf2f31676b52931 (patch) | |
tree | 3be9cc3850d7082961205fc7cd90b54069a943c0 /app-office | |
parent | app-admin/system-config-printer: 1.5.13 version bump (diff) | |
download | gentoo-7c65a378db49480d81bbeae7ccf2f31676b52931.tar.gz gentoo-7c65a378db49480d81bbeae7ccf2f31676b52931.tar.bz2 gentoo-7c65a378db49480d81bbeae7ccf2f31676b52931.zip |
app-office/libreoffice: remove unused patch
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18152
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch b/app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch deleted file mode 100644 index 0361cd4c4839..000000000000 --- a/app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 5f3f17a9c64e33fb787a79dc94d902147da77d71 Mon Sep 17 00:00:00 2001 -From: Noel Grandin <noelgrandin@gmail.com> -Date: Sat, 19 Sep 2020 20:38:29 +0200 -Subject: fix non-pdfium build - -Change-Id: Ic1e30a412927748ba58a21cf2ee922cd1a490aa4 -Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103040 -Tested-by: Jenkins -Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> ---- - vcl/source/filter/ipdf/pdfread.cxx | 2 +- - xmlsecurity/source/pdfio/pdfdocument.cxx | 12 +++++++----- - 2 files changed, 8 insertions(+), 6 deletions(-) - -diff --git a/vcl/source/filter/ipdf/pdfread.cxx b/vcl/source/filter/ipdf/pdfread.cxx -index 39c2933be8d5..a9b079a75bc3 100644 ---- a/vcl/source/filter/ipdf/pdfread.cxx -+++ b/vcl/source/filter/ipdf/pdfread.cxx -@@ -220,7 +220,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 - } --- -cgit v1.2.1 |