[Libreoffice-commits] core.git: svx/source sw/source

Dennis Roczek dennisroczek at libreoffice.org
Thu Aug 6 15:30:45 PDT 2015


 svx/source/dialog/framelink.cxx  |    2 +-
 sw/source/core/text/itrform2.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4c57e8bb69ac727713a23a066ac6ed618eff28c8
Author: Dennis Roczek <dennisroczek at libreoffice.org>
Date:   Sat Jul 18 08:35:11 2015 +0200

    fix typo: rectange --> rectangle
    
    Change-Id: I24316edbf9fc95281b0bfdbcffbc670a3df4c853
    Reviewed-on: https://gerrit.libreoffice.org/17550
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index e7e93b8..664d4f7 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -929,7 +929,7 @@ LinePoints lclGetDiagLineEnds( const Rectangle& rRect, bool bTLBR, long nDiagOff
 
 // Clipping functions for diagonal frame borders.
 
-/** Limits the clipping region to the inner area of a rectange.
+/** Limits the clipping region to the inner area of a rectangle.
 
     Takes the values from the passed DiagLineResult struct into account. They
     may specify to not clip one or more borders of a rectangle.
diff --git a/sw/source/core/text/itrform2.hxx b/sw/source/core/text/itrform2.hxx
index 920d17f..ca31e5c 100644
--- a/sw/source/core/text/itrform2.hxx
+++ b/sw/source/core/text/itrform2.hxx
@@ -99,7 +99,7 @@ class SwTextFormatter : public SwTextPainter
     // Calculates the ascent and the height from the fontmetric
     void CalcAscent( SwTextFormatInfo &rInf, SwLinePortion *pPor );
 
-    // determines, if a optimized repaint rectange is allowed
+    // determines, if a optimized repaint rectangle is allowed
     bool AllowRepaintOpt() const;
 
     // Is called by FormatLine


More information about the Libreoffice-commits mailing list