From fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 10 May 2019 09:34:10 +0100 Subject: an uno -> a uno MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cppcanvas/qa/unit/test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppcanvas') diff --git a/cppcanvas/qa/unit/test.cxx b/cppcanvas/qa/unit/test.cxx index de7d3ef94b91..fb896ddedcc8 100644 --- a/cppcanvas/qa/unit/test.cxx +++ b/cppcanvas/qa/unit/test.cxx @@ -75,7 +75,7 @@ void CanvasTest::testComposite() aRedTransparent[3] = 0.5; // A aDefaultState.DeviceColor = aRedTransparent; #if 0 - // words fail me to describe the sheer beauty of allocating an UNO + // words fail me to describe the sheer beauty of allocating a UNO // object to represent a polygon, and manually handling the ViewState // and there being no public helper for this - to render ... a rectangle. XCachedPrimitive fillPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderState ) -- cgit