summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-07-08 11:43:35 +0300
committerTor Lillqvist <tml@collabora.com>2015-07-08 12:39:53 +0300
commit93e7870f31065ceda3485cb9390374d240587a78 (patch)
treead9c3395df622e6c0c3da08880055e47d49fb3a9 /include/basegfx
parent5f3930edf853003fa57130b0a7d0a92059f94dc7 (diff)
s/Coordiante/Coordinate
Change-Id: Iac584b09844b5877586061e9a44b1f7473bffed4
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/polygon/b3dpolygon.hxx2
-rw-r--r--include/basegfx/polygon/b3dpolypolygon.hxx2
2 files changed, 2 insertions, 2 deletions
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();