diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-06-28 06:34:25 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-06-28 07:08:40 +0200 |
commit | 213db06cbcd6dda8070b3a5f4b198a64f3465bf6 (patch) | |
tree | d69dc8f37184446a2194d04239991519086eef2d /svx | |
parent | 30ef327ff4ad2eb213265596368677db9b4c074a (diff) |
Fix typos
Change-Id: I05271bd76574c09683740204534ff8a6907fc784
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136522
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/primitive2d/sdrdecompositiontools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx index 4c7316b53be0..511f8ee025a2 100644 --- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx +++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx @@ -270,7 +270,7 @@ void SlideBackgroundFillPrimitive2D::create2DDecomposition( // create FillPrimitive2D with the geometry (the PolyPolygon) and // the page's definitonRange to: // - on one hand limit to geometry - // - on the other hand allow continutation of fill outside of + // - on the other hand allow continuation of fill outside of // MasterPage's range const attribute::FillGradientAttribute aEmptyFillTransparenceGradient; const Primitive2DReference aCreatedFill( |