formula/source/core/api/token.cxx |    2 +-
 sw/source/core/layout/wsfrm.cxx   |    2 +-
 vcl/source/window/paint.cxx       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fa4def2a2b93868b3750df06b7655801639b5233
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Tue Feb 13 18:27:09 2018 +0100

    Fix typos
    
    Change-Id: I76d50754a660e006e5913b89caa491cc21d6f9dc
    Reviewed-on: https://gerrit.libreoffice.org/49588
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/formula/source/core/api/token.cxx 
b/formula/source/core/api/token.cxx
index 05ca4cf5e1e9..13d6914392db 100644
--- a/formula/source/core/api/token.cxx
+++ b/formula/source/core/api/token.cxx
@@ -1224,7 +1224,7 @@ bool FormulaMissingContext::AddMissing( FormulaTokenArray 
*pNewArr, const Missin
                         // --- more complex cases ---
 
                     case ocOffset:
-                        // FIXME: rather tough.
+                        // FIXME: rather tough
                         // if arg 3 (height) omitted, export arg1 (rows)
                         break;
                     default:
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 4e2eb99438ce..61195cbeef8b 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -1517,7 +1517,7 @@ SwTwips SwFrame::Shrink( SwTwips nDist, bool bTst, bool 
bInfo )
  * size changes. There is always a frame that takes the maximum possible space 
(the frame that
  * contains the Body text) and zero or more frames which only take the space 
needed (header/footer
  * area, footnote container). If one of these frames changes, the 
body-text-frame has to grow or
- * shrink accordingly, even tough it's fixed.
+ * shrink accordingly, even though it's fixed.
  *
  * !! Is it possible to do this in a generic way and not restrict it to the 
page and a distinct
  * frame which takes the maximum space (controlled using the FrameSize 
attribute)?
diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index 54d61ac9dfe1..7862ced5d018 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -1338,7 +1338,7 @@ void Window::ImplPaintToDevice( OutputDevice* 
i_pTargetOutDev, const Point& i_rP
     {
         if(GetMapMode().GetMapUnit() != MapUnit::MapPixel &&
         // Some of the preview windows (SvxPreviewBase) uses different 
painting (drawinglayer primitives)
-        // For these preview we don't need to scale even tough the unit is not 
pixel.
+        // For these preview we don't need to scale even though the unit is 
not pixel.
         GetMapMode().GetMapUnit() != MapUnit::Map100thMM)
         {
             bNeedsScaling = true;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to