Kaydet (Commit) 6ecca9cf authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ib748f39705cb4cee9f331e1d048a3f531116c616
Reviewed-on: https://gerrit.libreoffice.org/67242
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 51af3179
...@@ -1313,7 +1313,7 @@ namespace basegfx ...@@ -1313,7 +1313,7 @@ namespace basegfx
if(nCount > 1) if(nCount > 1)
{ {
// these polygons were created above, there exists none with less than two points, // these polygons were created above, there exists none with less than two points,
// thus dircet point access below is allowed // thus direct point access below is allowed
const B2DPolygon aFirst(pLineTarget->getB2DPolygon(0)); const B2DPolygon aFirst(pLineTarget->getB2DPolygon(0));
B2DPolygon aLast(pLineTarget->getB2DPolygon(nCount - 1)); B2DPolygon aLast(pLineTarget->getB2DPolygon(nCount - 1));
...@@ -1335,7 +1335,7 @@ namespace basegfx ...@@ -1335,7 +1335,7 @@ namespace basegfx
if(nCount > 1) if(nCount > 1)
{ {
// these polygons were created above, there exists none with less than two points, // these polygons were created above, there exists none with less than two points,
// thus dircet point access below is allowed // thus direct point access below is allowed
const B2DPolygon aFirst(pGapTarget->getB2DPolygon(0)); const B2DPolygon aFirst(pGapTarget->getB2DPolygon(0));
B2DPolygon aLast(pGapTarget->getB2DPolygon(nCount - 1)); B2DPolygon aLast(pGapTarget->getB2DPolygon(nCount - 1));
......
...@@ -197,7 +197,7 @@ namespace basegfx ...@@ -197,7 +197,7 @@ namespace basegfx
if(nCount > 1) if(nCount > 1)
{ {
// these polygons were created above, there exists none with less than two points, // these polygons were created above, there exists none with less than two points,
// thus dircet point access below is allowed // thus direct point access below is allowed
const B3DPolygon aFirst(pLineTarget->getB3DPolygon(0)); const B3DPolygon aFirst(pLineTarget->getB3DPolygon(0));
B3DPolygon aLast(pLineTarget->getB3DPolygon(nCount - 1)); B3DPolygon aLast(pLineTarget->getB3DPolygon(nCount - 1));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment