diff options
author | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2010-04-15 13:28:36 +0200 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2010-04-15 13:28:36 +0200 |
commit | a4ed25efafb27d3d5acfd5502f2ad3fb90304d95 (patch) | |
tree | ac991c8e8ef5e95121660c1c530b08a9563b236a /drawinglayer | |
parent | b09ce90f0a73acff0c0272978c6e5514325e913e (diff) |
aw081 #i110731# adapted mfCenterZ to double
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor3d/zbufferprocessor3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx index 326b9d392999..b06718d01ccb 100644 --- a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx +++ b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx @@ -487,7 +487,7 @@ private: boost::shared_ptr< drawinglayer::texture::GeoTexSvx > mpTransparenceGeoTexSvx; drawinglayer::attribute::MaterialAttribute3D maMaterial; basegfx::B3DPolyPolygon maPolyPolygon; - sal_uInt32 mfCenterZ; + double mfCenterZ; // bitfield bool mbModulate : 1; |