sw/source/filter/ww8/ww8par2.cxx |    2 +-
 vcl/source/window/paint.cxx      |    2 +-
 vcl/source/window/window.cxx     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 13fcf6c083de3b4e48d4e4f08ad7f81a9db0a997
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Sat Mar 31 19:26:38 2018 +0200

    Fix typo
    
    Change-Id: I8983e1ef73051febd796d737cba1a58558b80bbf
    Reviewed-on: https://gerrit.libreoffice.org/52209
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 1ab7029bca8e..0395b9902528 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -2168,7 +2168,7 @@ void WW8TabDesc::CalcDefaults()
     }
 
     // 2. pass: Detect number of writer columns. This can exceed the count
-    // of columns in WW by 2, because SW in constrast to WW does not provide
+    // of columns in WW by 2, because SW in contrast to WW does not provide
     // fringed left and right borders and has to fill with empty boxes.
     // Non existent cells can reduce the number of columns.
 
diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index aaebe10c871d..0bd9caf964a3 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -333,7 +333,7 @@ void 
RenderTools::DrawSelectionBackground(vcl::RenderContext& rRenderContext, vc
 
     if (!bDark && !bBright && std::abs(c2 - c1) < (pPaintColor ? 40 : 75))
     {
-        // constrast too low
+        // contrast too low
         sal_uInt16 h, s, b;
         aSelectionFillColor.RGBtoHSB( h, s, b );
         if( b > 50 )    b -= 40;
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 2c2ba81da62a..f5548205b846 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -3404,7 +3404,7 @@ void Window::DrawSelectionBackground( const 
tools::Rectangle& rRect,
 
     if( !bDark && !bBright && abs( c2-c1 ) < 75 )
     {
-        // constrast too low
+        // contrast too low
         sal_uInt16 h,s,b;
         aSelectionFillCol.RGBtoHSB( h, s, b );
         if( b > 50 )    b -= 40;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to