summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-31 19:25:39 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-31 21:03:30 +0200
commitaad2ca8bd3986510b2331752d92958c96ec93f9f (patch)
treef14370b86e060bb412460714a07989cb4751eb51 /drawinglayer
parenta2bb3dc8696e52b1bf4b0057e2a3fb349c6ca509 (diff)
Fix typo
Change-Id: I4b877a06c1fc09fa866c29dc39cb9478a50581b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152459 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index c73fa508fb60..86ac335907d7 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -2301,7 +2301,7 @@ void VclMetafileProcessor2D::processTransparencePrimitive2D(
if (nullptr != pFiGradient && pFiGradient->getFillGradient().cannotBeHandledByVCL())
{
// If not, reset the pointer and do not make use of this special case.
- // Adding a gradient in incomplete state that canot be handled by vcl
+ // Adding a gradient in incomplete state that can not be handled by vcl
// makes no sense and will knowingly lead to errors, especially with
// MCGR extended possibilities. I checked what happens with the
// MetaFloatTransparentAction added by OutputDevice::DrawTransparent, but