include/drawinglayer/attribute/fillgradientattribute.hxx |    4 ++--
 sw/source/uibase/docvw/edtdd.cxx                         |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 60d7056184e558ab27c67a1500f705db5dfb9d02
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Feb 12 12:39:20 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Feb 12 19:36:03 2023 +0000

    Fix typo
    
    Change-Id: Ia21de983bd4295f399e9753c29bc2a3cace2f250
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146835
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/drawinglayer/attribute/fillgradientattribute.hxx 
b/include/drawinglayer/attribute/fillgradientattribute.hxx
index 0afd20245f76..7a10806b1e9f 100644
--- a/include/drawinglayer/attribute/fillgradientattribute.hxx
+++ b/include/drawinglayer/attribute/fillgradientattribute.hxx
@@ -110,7 +110,7 @@ public:
 
        Start/EndColor will be added to the internal ColorSteps with
        the according default offsets. A rigid correction/input data
-       testing is done by the construtor, including to sort the
+       testing is done by the constructor, including to sort the
        ColorSteps by offset.
 
        To access e.g. the StartColor, use getColorSteps().front(), and
commit f1fddf82234c3925d98a01e52a9ecfb5093a0e60
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Feb 12 12:05:35 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Feb 12 19:33:49 2023 +0000

    Fix typo
    
    Change-Id: I28253e80065c690dca45658111a2cd54857b186a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146833
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/uibase/docvw/edtdd.cxx b/sw/source/uibase/docvw/edtdd.cxx
index 278030c1f5ec..8631226e55bf 100644
--- a/sw/source/uibase/docvw/edtdd.cxx
+++ b/sw/source/uibase/docvw/edtdd.cxx
@@ -122,7 +122,7 @@ void SwEditWin::StartDrag( sal_Int8 /*nAction*/, const 
Point& rPosPixel )
         return;
 
     // If the add selection mode has been pushed in the MouseButtonDown 
handler it needs to be
-    // popped or it will remain active and noticable in the statusbar 
selection control until the
+    // popped or it will remain active and noticeable in the statusbar 
selection control until the
     // next MouseButtonUp event after the DnD, since a MouseButtonUp event is 
not received by the
     // edit window when DnD is done.
     if (g_bModePushed)
commit 393b55e4428bb5e6f5df69be4cdea371a12ce67e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Feb 12 12:39:02 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Feb 12 19:32:15 2023 +0000

    Fix typo
    
    Change-Id: I51b5c88e1d82c596b926e7074ee3a7e1395a21a0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146834
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/drawinglayer/attribute/fillgradientattribute.hxx 
b/include/drawinglayer/attribute/fillgradientattribute.hxx
index 11b87f1b3a32..0afd20245f76 100644
--- a/include/drawinglayer/attribute/fillgradientattribute.hxx
+++ b/include/drawinglayer/attribute/fillgradientattribute.hxx
@@ -114,7 +114,7 @@ public:
        ColorSteps by offset.
 
        To access e.g. the StartColor, use getColorSteps().front(), and
-       getColorSteps().back(), accordingly, for EndColor. The existance
+       getColorSteps().back(), accordingly, for EndColor. The existence
        of at least one entry is guaranteed, so no need to check before
        accessing using of front()/back() calls. If only one color entry
        exists, start == end color is assumed, so not really a gradient

Reply via email to