diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-17 08:40:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-17 08:40:10 +0000 |
commit | a8ac4bc4145e7e558153b58c87b2def339aebe36 (patch) | |
tree | d1f5da0a1b702f12725b2b82117b7ff49872bb21 /svx/source/engine3d/deflt3d.cxx | |
parent | ae562e931a98e708a75e8d140cf1ff24854acfc7 (diff) |
CWS-TOOLING: integrate CWS aw057
Diffstat (limited to 'svx/source/engine3d/deflt3d.cxx')
-rw-r--r-- | svx/source/engine3d/deflt3d.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/svx/source/engine3d/deflt3d.cxx b/svx/source/engine3d/deflt3d.cxx index e1aa907bdc2e..c47c516b05f2 100644 --- a/svx/source/engine3d/deflt3d.cxx +++ b/svx/source/engine3d/deflt3d.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: deflt3d.cxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.11.18.1 $ * * This file is part of OpenOffice.org. * @@ -54,7 +54,6 @@ void E3dDefaultAttributes::Reset() // Compound-Objekt bDefaultCreateNormals = TRUE; bDefaultCreateTexture = TRUE; - bDefaultUseDifferentBackMaterial = FALSE; // Cube-Objekt aDefaultCubePos = basegfx::B3DPoint(-500.0, -500.0, -500.0); @@ -80,9 +79,6 @@ void E3dDefaultAttributes::Reset() bDefaultExtrudeCharacterMode = FALSE; bDefaultExtrudeCloseFront = TRUE; bDefaultExtrudeCloseBack = TRUE; - - // Scene-Objekt - bDefaultDither = TRUE; } // eof |