summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdobj.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-02 10:36:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-02 13:15:09 +0200
commit1d432c0e7701ea61d81364f9fdf0118f947e365a (patch)
treecc40930f13454187361daba8d0b860e42d93f744 /svx/source/svdraw/svdobj.cxx
parentb46552194dc41d0f3eabea373c36181878e8729f (diff)
fix spelling Countour->Contour
Change-Id: I2dd8c0dcca439d1d435bdd339f7e76d139faa98b Reviewed-on: https://gerrit.libreoffice.org/38345 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/svdraw/svdobj.cxx')
-rw-r--r--svx/source/svdraw/svdobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index 590262905d05..d48f8de48a4b 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -1135,7 +1135,7 @@ basegfx::B2DPolyPolygon SdrObject::TakeContour() const
const sal_uInt32 nSize(rResult.size());
// when count is one, it is implied that the object has only its normal
- // contour anyways and TakeCountour() is to return an empty PolyPolygon
+ // contour anyways and TakeContour() is to return an empty PolyPolygon
// (see old implementation for historical reasons)
if(nSize > 1)
{