diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-19 10:24:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-19 10:28:23 +0100 |
commit | 599668405fca133c8e094bd53f7c60bed33d574d (patch) | |
tree | c1aedddacaec15008ffb8d3b3e76046581074ed5 /canvas | |
parent | 738b7b3d308f530bd4df3380284cca18ddedb525 (diff) |
Fix typo
Change-Id: I05a1d6f745e0df1385932585947aba66981209f2
Reviewed-on: https://gerrit.libreoffice.org/85490
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_texturefill.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx index efd10070c1f9..3650c8317513 100644 --- a/canvas/source/vcl/canvashelper_texturefill.cxx +++ b/canvas/source/vcl/canvashelper_texturefill.cxx @@ -750,7 +750,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)); |