drawinglayer/source/primitive2d/sceneprimitive2d.cxx | 2 +- drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3f6798949626e71d94c1c865e5e7d909110e41b0 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Dec 11 12:48:15 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Dec 11 15:15:47 2023 +0100 Fix typo Change-Id: I628574420b9ac84f6f249002236d8970e348f0b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160590 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/drawinglayer/source/primitive2d/sceneprimitive2d.cxx b/drawinglayer/source/primitive2d/sceneprimitive2d.cxx index e2f44b690aa5..b7f7e72c1b8a 100644 --- a/drawinglayer/source/primitive2d/sceneprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/sceneprimitive2d.cxx @@ -362,7 +362,7 @@ namespace drawinglayer::primitive2d if(!rViewInformation.getReducedDisplayQuality() && comphelper::LibreOfficeKit::isActive()) { - // for this purpose allow reduced 3D quality and make a compromize + // for this purpose allow reduced 3D quality and make a compromise // between quality and speed. This is balanced between those two // targets, fine-tuning/experimenting can be done with the values // below. diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index cf52ad926d36..22283a7d8c8e 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -2088,7 +2088,7 @@ void VclMetafileProcessor2D::processPolyPolygonGradientPrimitive2D( // NOTE: with the new BGRAD_SEQ_* we could use basegfx::B2DPolygon and // basegfx::BGradient here directly, but may have to add streaming OPs // for these, so for now just go with what we use all the time. The real - // work for improvement should not go to this 'compromize' but to a real + // work for improvement should not go to this 'compromise' but to a real // re-work of the SVG export (or/and others) to no longer work on metafiles // but on UNO API or primitives (whatever fits best to the specific export) fillPolyPolygonNeededToBeSplit(aLocalPolyPolygon);
