diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-19 10:24:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-19 10:28:44 +0100 |
commit | b2098c3ac42f761306e5e565a9c96185e8d2cd41 (patch) | |
tree | 7c2ee3b5848803ba834e4b514cc1f8bbd8f484d3 /canvas | |
parent | 599668405fca133c8e094bd53f7c60bed33d574d (diff) |
Fix typo
Change-Id: Ib72a83e595b80d6084be65b10a9ff20458175939
Reviewed-on: https://gerrit.libreoffice.org/85488
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/canvashelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |