summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-17 19:54:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-17 21:05:01 +0100
commit4d2fc77b5d1a67a5bc46e57020299ae4dcd5ff35 (patch)
tree42539a0edec153a11503ccc7b0f56f78f1a2f8aa /canvas
parent970b76816a03be0f57f35a790bea57bf299e344b (diff)
Fix typos
Change-Id: I18ce04cbaa79c827a52e2441e98ee2e3377b5877 Reviewed-on: https://gerrit.libreoffice.org/48077 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/directx/dx_impltools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_impltools.cxx b/canvas/source/directx/dx_impltools.cxx
index 712e3d9a92bd..ea235cfe08de 100644
--- a/canvas/source/directx/dx_impltools.cxx
+++ b/canvas/source/directx/dx_impltools.cxx
@@ -262,7 +262,7 @@ namespace dxcanvas
else
{
// no control points -> no curves, simply add
- // straigt lines to GraphicsPath
+ // straight lines to GraphicsPath
rPoints.resize( nPoints );
for( sal_uInt32 nCurrPoint=0; nCurrPoint<nPoints; ++nCurrPoint )