summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
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 /drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
parentsw: remove boost::bind from PagePropertyPanel (diff)
downloadcore-93e7870f31065ceda3485cb9390374d240587a78.tar.gz
core-93e7870f31065ceda3485cb9390374d240587a78.zip
s/Coordiante/Coordinate
Change-Id: Iac584b09844b5877586061e9a44b1f7473bffed4
Diffstat (limited to 'drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx')
-rw-r--r--drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
index c9ea3b49f516..0e2c1431cd79 100644
--- a/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
@@ -113,7 +113,7 @@ namespace drawinglayer
// transform texture coordinates to texture size
basegfx::B2DHomMatrix aTexMatrix;
aTexMatrix.scale(getTextureSize().getX(), getTextureSize().getY());
- aFill.transformTextureCoordiantes(aTexMatrix);
+ aFill.transformTextureCoordinates(aTexMatrix);
}
// build vector of PolyPolygons