[Libreoffice-commits] core.git: drawinglayer/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 7 18:39:27 UTC 2020
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fc78ae850eb3e1753febf3e9a2a559fcf206824c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Sep 7 18:48:06 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Sep 7 20:38:45 2020 +0200
Fix typo
Change-Id: Ie584ee9bece01ea92f5cc9f21a402ae9e8319710
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102189
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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();
}
More information about the Libreoffice-commits
mailing list