diff options
Diffstat (limited to 'drawinglayer/inc/texture/texture3d.hxx')
-rw-r--r-- | drawinglayer/inc/texture/texture3d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/inc/texture/texture3d.hxx b/drawinglayer/inc/texture/texture3d.hxx index 07f4b181b2..1ec4df7073 100644 --- a/drawinglayer/inc/texture/texture3d.hxx +++ b/drawinglayer/inc/texture/texture3d.hxx @@ -66,7 +66,7 @@ namespace drawinglayer::texture // helpers bool impIsValid(const basegfx::B2DPoint& rUV, sal_Int32& rX, sal_Int32& rY) const; - sal_uInt8 impGetTransparence(sal_Int32 rX, sal_Int32 rY) const; + sal_uInt8 impGetAlpha(sal_Int32 rX, sal_Int32 rY) const; public: GeoTexSvxBitmapEx( |