summaryrefslogtreecommitdiffstats
path: root/include/basegfx
diff options
context:
space:
mode:
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();