diff options
Diffstat (limited to 'drawinglayer/source/attribute/sdrobjectattribute3d.cxx')
-rw-r--r-- | drawinglayer/source/attribute/sdrobjectattribute3d.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drawinglayer/source/attribute/sdrobjectattribute3d.cxx b/drawinglayer/source/attribute/sdrobjectattribute3d.cxx index d513c39eb4aa..941d70593bef 100644 --- a/drawinglayer/source/attribute/sdrobjectattribute3d.cxx +++ b/drawinglayer/source/attribute/sdrobjectattribute3d.cxx @@ -37,7 +37,6 @@ namespace drawinglayer css::drawing::TextureMode maTextureMode; // texture kind (see uno API) MaterialAttribute3D maMaterial; // object, specular and emissive colors, SpecularIntensity - // bitfield bool mbNormalsInvert : 1; // invert normals bool mbDoubleSided : 1; // surfaces are double sided bool mbShadow3D : 1; // display shadow in 3D (if on), params for that are at scene |