sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 684b987fa525447c3690cb079afe63289124f29c Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jul 26 19:42:01 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jul 26 20:22:42 2025 +0200 Fix typo Change-Id: I1849b05acd6cd2553375b2375810862c12ffbf7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188419 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx index 0fb6bdb82df0..c15078640ce5 100644 --- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx +++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx @@ -1249,7 +1249,7 @@ void PDFOutDev::setSkipImages( bool bSkipImages ) // This is a fudge to fixup the opacity during shaded fills, // there are situations where the stroke opacity is used rather than the -// fill opacity is ued, so flip it here. +// fill opacity is used, so flip it here. // Note that Poppler does a state save around the fill, so it restores this hack // See https://gitlab.freedesktop.org/poppler/poppler/-/issues/178#note_472334 poppler_bool PDFOutDev::axialShadedFill(GfxState *state, GfxAxialShading *, double, double)
