[Libreoffice-commits] core.git: external/pdfium

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri May 14 09:10:58 UTC 2021


 external/pdfium/cg-instead-of-carbon.patch.1 |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit 0a930b7516e7f018b131963e05b857e68a8c6ccc
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri May 14 10:50:02 2021 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri May 14 11:10:22 2021 +0200

    Change one more <Carbon/Carbon.h> to <CoreGraphics/CoreGraphics.h>
    
    Change-Id: Ib8ed1e4270b18de4761155f9aa7d536faaf7bd38
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115581
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/external/pdfium/cg-instead-of-carbon.patch.1 b/external/pdfium/cg-instead-of-carbon.patch.1
index d46b776cd849..13f631533169 100644
--- a/external/pdfium/cg-instead-of-carbon.patch.1
+++ b/external/pdfium/cg-instead-of-carbon.patch.1
@@ -10,3 +10,14 @@
  
  #include "core/fxcrt/fx_system.h"
  #include "core/fxcrt/retain_ptr.h"
+--- a/core/fpdfapi/font/cpdf_type1font.cpp
++++ b/core/fpdfapi/font/cpdf_type1font.cpp
+@@ -14,7 +14,7 @@
+ #include "core/fxge/fx_freetype.h"
+ 
+ #if defined(OS_APPLE)
+-#include <Carbon/Carbon.h>
++#include <CoreGraphics/CoreGraphics.h>
+ #endif  // defined(OS_APPLE)
+ 
+ namespace {


More information about the Libreoffice-commits mailing list