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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 19 09:29:38 UTC 2019


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

New commits:
commit b2098c3ac42f761306e5e565a9c96185e8d2cd41
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 10:24:32 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 10:28:44 2019 +0100

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

diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx
index f7da3efbffbc..d1e1de400687 100644
--- a/canvas/source/vcl/canvashelper.cxx
+++ b/canvas/source/vcl/canvashelper.cxx
@@ -770,7 +770,7 @@ namespace vclcanvas
                     // GraphicObject flip the bitmap
 
                     // The angle has to be mapped from radian to tenths of
-                    // degress with the orientation reversed: [0,2Pi) ->
+                    // degrees with the orientation reversed: [0,2Pi) ->
                     // (3600,0].  Note that the original angle may have
                     // values outside the [0,2Pi) interval.
                     const double nAngleInTenthOfDegrees (3600.0 - nRotate * 3600.0 / (2*M_PI));


More information about the Libreoffice-commits mailing list