diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-07-20 08:58:32 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-07-21 16:07:00 +0200 |
commit | e6168781f2feaaea12bf6310366ca2b7a9464250 (patch) | |
tree | babfeec3fcebf8b68a7ab62a7bd123acdf16b77b /vcl | |
parent | cd8ab93d9b84ed34d18334e07e1e11bd1728e161 (diff) |
Fix typos
Change-Id: I626c182fc8c9b8fd17000f3ab3739c1bfb334a37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137243
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/ipsd/ipsd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/ipsd/ipsd.cxx b/vcl/source/filter/ipsd/ipsd.cxx index 4c12770275fe..0ded0938efef 100644 --- a/vcl/source/filter/ipsd/ipsd.cxx +++ b/vcl/source/filter/ipsd/ipsd.cxx @@ -704,7 +704,7 @@ bool PSDReader::ImplReadBody() if (mbTransparent && m_rPSD.good()) { - // the psd is 24 or 8 bit grafix + alphachannel + // the psd is 24 or 8 bit grafix + alpha channel nY = nX = 0; while ( nY < mpFileHeader->nRows ) |