vcl/headless/svpgdi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3fcf7643403b331bbbf60169ac20bbf322a294f1 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Aug 21 18:11:41 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Aug 24 17:43:58 2021 +0200 Fix typo Not so sure... anyway, just to spot it to smarter ones Change-Id: I92727072906eecb65581b214bb01efa98ac9d060 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120819 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index 2a5d1ba350ad..a80a1317487f 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -2169,7 +2169,7 @@ void SvpSalGraphics::drawBitmap(const SalTwoRect& rTR, const SalBitmap& rSourceB } #if 0 // LO code is not yet bitmap32-ready. - // if m_bSupportsBitmap32 becomes trye for Svp revisit this + // if m_bSupportsBitmap32 becomes true for Svp revisit this copyWithOperator(rTR, source, CAIRO_OPERATOR_OVER); #else copyWithOperator(rTR, source, CAIRO_OPERATOR_SOURCE);