diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-03-09 15:21:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-03-09 19:53:02 +0100 |
commit | 00cd7477e46fefa3c98929cf9cc4ec9a17f76071 (patch) | |
tree | 648c92ab1fd82b05eb2dac89553083a1bfd8b91a /drawinglayer | |
parent | 65a004ccefbb32c497ea2b2a1384c9e139d3bc33 (diff) |
Fix typo
Change-Id: I988f7c11560128bb5b6aeb8931b574226a91e3af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90225
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/vclpixelprocessor2d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx index 2d8472048ed0..b1c7c47c2386 100644 --- a/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx +++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx @@ -51,7 +51,7 @@ namespace drawinglayer /** VclPixelProcessor2D class This processor derived from VclProcessor2D is the base class for rendering - all feeded primitives to a VCL Window. It is the currently used renderer + all fed primitives to a VCL Window. It is the currently used renderer for all VCL editing output from the DrawingLayer. */ class VclPixelProcessor2D final : public VclProcessor2D |