drawinglayer/source/primitive2d/glowprimitive2d.cxx |    2 +-
 include/svx/svdotable.hxx                           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e5ae7adcb58d41d8733b85b3e801a5d484a2832e
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Aug 31 12:57:21 2022 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Aug 31 14:27:48 2022 +0200

    Fix typo
    
    Change-Id: Iae97a43a18a8017e739eb2bb4275da6fa275aff3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139101
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/drawinglayer/source/primitive2d/glowprimitive2d.cxx 
b/drawinglayer/source/primitive2d/glowprimitive2d.cxx
index 9c4a2f45b9c4..0bce06d90a1d 100644
--- a/drawinglayer/source/primitive2d/glowprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/glowprimitive2d.cxx
@@ -265,7 +265,7 @@ void 
GlowPrimitive2D::get2DDecomposition(Primitive2DDecompositionVisitor& rVisit
         // Check if last created area is sufficient and can be re-used
         if (!maLastClippedRange.isEmpty() && 
!maLastClippedRange.isInside(aClippedRange))
         {
-            // To avoid unnecessssary invalidations due to being *very* correct
+            // To avoid unnecessary invalidations due to being *very* correct
             // with HairLines (which are view-dependent and thus change the
             // result(s) here slightly when changing zoom), add a slight 
unsharp
             // component if we have a ViewTransform. The derivation is inside
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx
index 64996cce2717..bf0761248bd5 100644
--- a/include/svx/svdotable.hxx
+++ b/include/svx/svdotable.hxx
@@ -258,7 +258,7 @@ public:
     /// Next time layouting would be done, skip it (to layout at the end of 
multiple actions).
     void SetSkipChangeLayout(bool bSkipChangeLayout);
 
-    /** Tries to get table height if rows with sizes less then the minimum 
size were expanded
+    /** Tries to get table height if rows with sizes less than the minimum 
size were expanded
 
         (i.e. Table height layouted without fitting to an area)
         Helper for OOXML import

Reply via email to