diff options
author | Dennis Roczek <dennisroczek@libreoffice.org> | 2015-07-18 08:35:11 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-08-06 22:30:24 +0000 |
commit | 4c57e8bb69ac727713a23a066ac6ed618eff28c8 (patch) | |
tree | 8e961a45eb814b93d2df823e41499f4a54292878 /svx | |
parent | d657a976f5ac73da5277612b4bdf6a25641e2797 (diff) |
fix typo: rectange --> rectangle
Change-Id: I24316edbf9fc95281b0bfdbcffbc670a3df4c853
Reviewed-on: https://gerrit.libreoffice.org/17550
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/framelink.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx index e7e93b8a74c4..664d4f7c0356 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. |