diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-09-07 18:48:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-07 20:38:45 +0200 |
commit | fc78ae850eb3e1753febf3e9a2a559fcf206824c (patch) | |
tree | e250df999cabc47b486543b6a981fbb10b16e115 /drawinglayer | |
parent | c927aab29ebfff1ce3ac0b2f27ae343025a9890c (diff) |
Fix typo
Change-Id: Ie584ee9bece01ea92f5cc9f21a402ae9e8319710
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102189
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 0d7335b76aac..70c4f2ab561e 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -2415,7 +2415,7 @@ void VclMetafileProcessor2D::processPrimitive2DOnPixelProcessor( mpOutputDevice->DrawBitmapEx(aRectLogic.TopLeft(), aRectLogic.GetSize(), aBmContent); // aBufferProcessor dtor pops state off pBufferDevice pushed on by its ctor, let - // pBufferDevice live past aBufferProcessor scope to avoid warnigns + // pBufferDevice live past aBufferProcessor scope to avoid warnings } pBufferDevice.disposeAndClear(); } |