diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-21 18:11:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-24 17:43:58 +0200 |
commit | 3fcf7643403b331bbbf60169ac20bbf322a294f1 (patch) | |
tree | 2ab1c080e7537d525823207efa4d647cf930c6b1 /vcl/headless | |
parent | 0efa548a3f2f392581396db2c7292fdda3d954c7 (diff) |
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 <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/headless')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |