summaryrefslogtreecommitdiff
path: root/canvas/workben
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-04 12:37:59 +0100
committerAndras Timar <andras.timar@collabora.com>2016-01-05 07:32:28 +0000
commit92e60e1b80a391864314c2270d2d9fcd9da3d9ee (patch)
tree197d74053b4dbb68008df35d5d8b7a7d75db3913 /canvas/workben
parent3b4059dc53ec764be5423517363223043d6dbfad (diff)
Fix typos
Change-Id: I1b79005d9c4e32325b8dadcc4f805975d6bf2727 Reviewed-on: https://gerrit.libreoffice.org/21103 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'canvas/workben')
-rw-r--r--canvas/workben/canvasdemo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/workben/canvasdemo.cxx b/canvas/workben/canvasdemo.cxx
index 50211ff65776..fc06f103b094 100644
--- a/canvas/workben/canvasdemo.cxx
+++ b/canvas/workben/canvasdemo.cxx
@@ -126,7 +126,7 @@ class DemoRenderer
maRenderState.AffineTransform = aUnit;
maRenderState.DeviceColor = maColorBlack;
- //I can't figure out what the compsiteoperation stuff does
+ //I can't figure out what the compositeoperation stuff does
//it doesn't seem to do anything in either VCL or cairocanvas
//I was hoping that CLEAR would clear the canvas before we paint,
//but nothing changes
@@ -428,7 +428,7 @@ class DemoRenderer
xPoly = mxDevice->createCompatibleBezierPolyPolygon(aPolys);
xPoly->setClosed( 0, true );
//uno::Reference< rendering::XBezierPolyPolygon2D> xPP( xPoly, uno::UNO_QUERY );
- //compiles, but totally screws up. I think it is interpretting the bezier as a line
+ //compiles, but totally screws up. I think it is interpreting the bezier as a line
uno::Reference< rendering::XPolyPolygon2D> xPP( xPoly, uno::UNO_QUERY );
rendering::StrokeAttributes aStrokeAttrs;