summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShape3d.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 11:01:52 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 11:01:52 +0000
commit38853fed66b674085e709d093ba45f4897973a84 (patch)
tree056d4297b27e4b42dabdace6738d79c0b804f77e /svx/source/customshapes/EnhancedCustomShape3d.cxx
parent84a03f47e1245b2bd554106c154fc18d6146960a (diff)
INTEGRATION: CWS sb59 (1.9.60); FILE MERGED
2006/08/10 11:37:39 thb 1.9.60.1: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming)
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShape3d.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape3d.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape3d.cxx b/svx/source/customshapes/EnhancedCustomShape3d.cxx
index 5e78edb72f70..ce3e553e7589 100644
--- a/svx/source/customshapes/EnhancedCustomShape3d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape3d.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: EnhancedCustomShape3d.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 04:06:25 $
+ * last change: $Author: obo $ $Date: 2006-10-12 12:01:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -749,8 +749,6 @@ SdrObject* EnhancedCustomShape3d::Create3DObject( const SdrObject* pShape2d, con
const rtl::OUString sShininess( RTL_CONSTASCII_USTRINGPARAM ( "Shininess" ) );
const rtl::OUString sMetal( RTL_CONSTASCII_USTRINGPARAM ( "Metal" ) );
double fSpecular = GetDouble( rGeometryItem, sSpecularity, 0, NULL ) / 100;
- /* double fDiffuse = */ GetDouble( rGeometryItem, sDiffusion, 0, NULL ) / 100;
- /* double fShininess = */ GetDouble( rGeometryItem, sShininess, 0, NULL ) / 100;
sal_Bool bMetal = GetBool( rGeometryItem, sMetal, sal_False );
Color aSpecularCol( 225,225,225 );