From 93e7870f31065ceda3485cb9390374d240587a78 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 8 Jul 2015 11:43:35 +0300 Subject: s/Coordiante/Coordinate Change-Id: Iac584b09844b5877586061e9a44b1f7473bffed4 --- include/basegfx/polygon/b3dpolygon.hxx | 2 +- include/basegfx/polygon/b3dpolypolygon.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/basegfx') diff --git a/include/basegfx/polygon/b3dpolygon.hxx b/include/basegfx/polygon/b3dpolygon.hxx index 58a4c0cf27eb..8e29d3a63a69 100644 --- a/include/basegfx/polygon/b3dpolygon.hxx +++ b/include/basegfx/polygon/b3dpolygon.hxx @@ -87,7 +87,7 @@ namespace basegfx // TextureCoordinate interface B2DPoint getTextureCoordinate(sal_uInt32 nIndex) const; void setTextureCoordinate(sal_uInt32 nIndex, const B2DPoint& rValue); - void transformTextureCoordiantes(const B2DHomMatrix& rMatrix); + void transformTextureCoordinates(const B2DHomMatrix& rMatrix); bool areTextureCoordinatesUsed() const; void clearTextureCoordinates(); diff --git a/include/basegfx/polygon/b3dpolypolygon.hxx b/include/basegfx/polygon/b3dpolypolygon.hxx index 040990f66d21..ea47e332f63b 100644 --- a/include/basegfx/polygon/b3dpolypolygon.hxx +++ b/include/basegfx/polygon/b3dpolypolygon.hxx @@ -73,7 +73,7 @@ namespace basegfx void clearNormals(); // TextureCoordinate interface - void transformTextureCoordiantes(const B2DHomMatrix& rMatrix); + void transformTextureCoordinates(const B2DHomMatrix& rMatrix); bool areTextureCoordinatesUsed() const; void clearTextureCoordinates(); -- cgit