summaryrefslogtreecommitdiff
path: root/drawinglayer/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-06-09 13:24:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-06-09 17:58:30 +0200
commitfd1bd06509f4544cc18bdf2319c5456b33d08e52 (patch)
tree6ca35e3dd184a78e17809ceddb5929b13a87ed52 /drawinglayer/source
parentcdc015ffd4b2460a9235db72a5411c421ab0e2d4 (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/source')
-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 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())