forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-office/libreoffice: Patch was accepted upstream
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx 2019-01-07 23:10:04.301278414 +0100 | ||
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx 2019-01-07 23:29:11.653479068 +0100 | ||
@@ -555,7 +555,11 @@ | ||
From 65a6c9ae4791188ffcecf489073cf38873ce5e17 Mon Sep 17 00:00:00 2001 | ||
From: Andreas Sturmlechner <[email protected]> | ||
Date: Tue, 8 Jan 2019 11:24:40 +0100 | ||
Subject: Fix build with poppler-0.72 | ||
|
||
Change-Id: I0664d1b39e97b7555c0a3cba442db52b84f37134 | ||
Reviewed-on: https://gerrit.libreoffice.org/65960 | ||
Tested-by: Jenkins | ||
Reviewed-by: Michael Stahl <[email protected]> | ||
--- | ||
sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | 8 ++++++++ | ||
1 file changed, 8 insertions(+) | ||
|
||
diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | ||
index 101e3be..dab405b 100644 | ||
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | ||
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | ||
@@ -555,7 +555,11 @@ void PDFOutDev::processLink(Link* link, Catalog*) | ||
LinkAction* pAction = link->getAction(); | ||
if (pAction && pAction->getKind() == actionURI) | ||
{ | ||
|
@@ -12,7 +27,7 @@ | |
|
||
std::vector<char> aEsc( lcl_escapeLineFeeds(pURI) ); | ||
|
||
@@ -757,7 +761,11 @@ | ||
@@ -757,7 +761,11 @@ void PDFOutDev::updateFont(GfxState *state) | ||
|
||
aFont = it->second; | ||
|
||
|
@@ -24,3 +39,5 @@ | |
printf( " %d %d %d %d %f %d %s", | ||
aFont.isEmbedded, | ||
aFont.isBold, | ||
-- | ||
cgit v1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters