sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cf776a6fa697924deb7df5c0561e12bbd7cda16a
Author:     Dr. David Alan Gilbert <d...@treblig.org>
AuthorDate: Sun Feb 18 22:01:43 2024 +0000
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Feb 29 08:28:48 2024 +0100

    tdf#113050 sdext.pdfimport: Enable tilingPatternFill
    
    Now we've got everything wired up, turn it on.
    
    Change-Id: I2333e5163493ef0312619f54d2f90ae266fc655b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163575
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
index f38bf423423b..2a8078422def 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
@@ -284,7 +284,7 @@ namespace pdfi
         static void setPageNum( int nNumPages );
         void setSkipImages ( bool bSkipImages );
 #if POPPLER_CHECK_VERSION(21, 3, 0)
-        poppler_bool useTilingPatternFill() override { return false; };
+        poppler_bool useTilingPatternFill() override { return true; };
         poppler_bool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat,
                                        GfxTilingPattern *tPat, const double 
*mat,
                                        int x0, int y0, int x1, int y1,

Reply via email to