basegfx/source/tools/gradienttools.cxx  |    4 ++--
 include/basegfx/utils/gradienttools.hxx |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit ac9cdc995bc0f8f43ec2c4ad2e509b440f5b1b68
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Apr 14 12:10:36 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Apr 14 14:24:39 2023 +0200

    Fix typos
    
    Change-Id: I2b087d0f97c675cfedd4e2e78c7f827df4605fb0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150407
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/basegfx/source/tools/gradienttools.cxx 
b/basegfx/source/tools/gradienttools.cxx
index 46d8fc7ca216..1d701e4b8248 100644
--- a/basegfx/source/tools/gradienttools.cxx
+++ b/basegfx/source/tools/gradienttools.cxx
@@ -273,9 +273,9 @@ namespace basegfx
              this is the case) and return with empty ColorStops
            - It will blend ColorStops to Intensity if StartIntensity/
              EndIntensity != 100 is set in awt::Gradient2, so applying
-             that value(s) to the gadient directly
+             that value(s) to the gradient directly
            - It will adapt to Border if Border != 0 is set at the
-             given awt::Gradient2, so applying that value to the gadient
+             given awt::Gradient2, so applying that value to the gradient
              directly
         */
         void prepareColorStops(
diff --git a/include/basegfx/utils/gradienttools.hxx 
b/include/basegfx/utils/gradienttools.hxx
index 4e78ad2ff960..419a31b86a1b 100644
--- a/include/basegfx/utils/gradienttools.hxx
+++ b/include/basegfx/utils/gradienttools.hxx
@@ -223,9 +223,9 @@ namespace basegfx
              this is the case) and return with empty ColorStops
            - It will blend ColorStops to Intensity if StartIntensity/
              EndIntensity != 100 is set in awt::Gradient2, so applying
-             that value(s) to the gadient directly
+             that value(s) to the gradient directly
            - It will adapt to Border if Border != 0 is set at the
-             given awt::Gradient2, so applying that value to the gadient
+             given awt::Gradient2, so applying that value to the gradient
              directly
         */
         BASEGFX_DLLPUBLIC void prepareColorStops(

Reply via email to