summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-01 23:07:33 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-02 09:28:47 +0100
commite87d32a38054c3bd47f21cd7f542ba690f5a2707 (patch)
tree2714a9d69843b3ba684c5a970c4f2527cce25045 /basegfx
parentd1625cb2c411330d5231e5ff79f3542d0a797073 (diff)
Fix typos
Change-Id: If8f042c6ef02c204f8946900e9ea8b99f06a631c Reviewed-on: https://gerrit.libreoffice.org/47240 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b2dlinegeometry.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/source/polygon/b2dlinegeometry.cxx b/basegfx/source/polygon/b2dlinegeometry.cxx
index 69939ffb2037..d9c24377a16e 100644
--- a/basegfx/source/polygon/b2dlinegeometry.cxx
+++ b/basegfx/source/polygon/b2dlinegeometry.cxx
@@ -130,7 +130,7 @@ namespace basegfx
namespace basegfx
{
- // anonymus namespace for local helpers
+ // anonymous namespace for local helpers
namespace
{
bool impIsSimpleEdge(const B2DCubicBezier& rCandidate, double fMaxCosQuad, double fMaxPartOfEdgeQuad)
@@ -775,7 +775,7 @@ namespace basegfx
return aEdgePolygon;
}
- } // end of anonymus namespace
+ } // end of anonymous namespace
namespace utils
{