diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-01-14 18:50:30 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-01-14 22:48:13 +0000 |
commit | 37e3455a13ab5741104bf41d05a80e60a4612682 (patch) | |
tree | f444ee94fd53143e5e9b32a1396624f69741baab /include/drawinglayer/processor2d | |
parent | 5ef5afbbd1856b7d8e4f06fe43c214d785d5d235 (diff) |
Fix typos
Change-Id: Ib698f8cde8b332487deaae459ba5ed3d3c66692b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145517
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/drawinglayer/processor2d')
-rw-r--r-- | include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx b/include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx index 82791ac3eb4e..4b8b6c6c4347 100644 --- a/include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx +++ b/include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx @@ -47,7 +47,7 @@ namespace drawinglayer::processor2d settings and the type of Graphic. Unify this by this helper in one place since this may get complicated (many cases to cover). It will create and return a BitmapEx when direct tiled rendering is - preferrable and suggested. + preferable and suggested. Of course every impl may still do what it wants, this is just to make implementations easier. @@ -63,8 +63,8 @@ namespace drawinglayer::processor2d Please hand in an empty one to make this work. @param rFillUnitRange - This is a modifyable copy of FillGraphicAttribute.getGraphicRange(). We - need a modifyable one since params since OffsetX/OffsetY in + This is a modifiable copy of FillGraphicAttribute.getGraphicRange(). We + need a modifiable one since params since OffsetX/OffsetY in FillGraphicAttribute may require to change/adapt this if used @param fBigDiscreteArea |