[Libreoffice-commits] core.git: vcl/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 11 08:21:34 UTC 2019


 vcl/source/helper/canvastools.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a813ada3f763a742aba23ec78fa89ed2eb0a360f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat May 11 08:12:54 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 10:20:26 2019 +0200

    Fix typo
    
    Change-Id: I6afc443ced9f4a6a436d9ba5beea22d1701c5d1e
    Reviewed-on: https://gerrit.libreoffice.org/72143
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx
index c3e15b3c697a..495038e4ecd1 100644
--- a/vcl/source/helper/canvastools.cxx
+++ b/vcl/source/helper/canvastools.cxx
@@ -399,7 +399,7 @@ namespace vcl
 
         basegfx::B2DRange b2DRectangleFromRectangle( const ::tools::Rectangle& rRect )
         {
-            // although B2DRange internally has separate heigh/width emptiness, it doesn't
+            // although B2DRange internally has separate height/width emptiness, it doesn't
             // expose any API to let us set them separately, so just do the best we can.
             if (rRect.IsWidthEmpty() && rRect.IsHeightEmpty())
                 return basegfx::B2DRange( basegfx::B2DTuple( rRect.Left(), rRect.Top() ) );


More information about the Libreoffice-commits mailing list