diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-06-09 13:24:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-09 17:58:30 +0200 |
commit | fd1bd06509f4544cc18bdf2319c5456b33d08e52 (patch) | |
tree | 6ca35e3dd184a78e17809ceddb5929b13a87ed52 /drawinglayer | |
parent | cdc015ffd4b2460a9235db72a5411c421ab0e2d4 (diff) |
Fix typo
Change-Id: I4f3f148956c0502a3582a232cbd3cad287c0eaa1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152787
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index feb30d33e1ed..1b411d16f443 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -2387,7 +2387,7 @@ void VclMetafileProcessor2D::processTransparencePrimitive2D( // places using it would need adaption, ...), but combined with knowing that nearly // all usages ignore or render it locally anyways makes that a non-option. - // tdf#155479 Yepp, as already mentionmed above we need to add + // tdf#155479 Yepp, as already mentioned above we need to add // some MCGR infos in case of SVG export, prepare that here if (nullptr != mpOutputDevice->GetConnectMetaFile() && mpOutputDevice->GetConnectMetaFile()->getSVG()) |