summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/deflt3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/deflt3d.cxx')
-rw-r--r--svx/source/engine3d/deflt3d.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/svx/source/engine3d/deflt3d.cxx b/svx/source/engine3d/deflt3d.cxx
index aa0f73b0ca..920b98efe4 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