diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-02 17:27:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-02 17:27:06 +0000 |
commit | 0caaa9593a13c6eea5ede695afc03a1422cab40a (patch) | |
tree | 5b60c1968f52c6122b3032c46666ccd616450363 /svx/source/customshapes | |
parent | 3dfc28e4f9936dc655bd3ce730e1a65d058296c1 (diff) |
INTEGRATION: CWS impress123 (1.15.10); FILE MERGED
2007/07/25 09:55:50 sj 1.15.10.1: #i75162# fixed fore/background color when using extrusion color
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShape3d.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape3d.cxx b/svx/source/customshapes/EnhancedCustomShape3d.cxx index 01f3a02a3fc5..186b0b38e9ea 100644 --- a/svx/source/customshapes/EnhancedCustomShape3d.cxx +++ b/svx/source/customshapes/EnhancedCustomShape3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: EnhancedCustomShape3d.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2007-07-18 10:51:56 $ + * last change: $Author: hr $ $Date: 2007-08-02 18:27:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -484,7 +484,7 @@ SdrObject* EnhancedCustomShape3d::Create3DObject( const SdrObject* pShape2d, con const Rectangle aBoundRect(FRound(aTempRange.getMinX()), FRound(aTempRange.getMinY()), FRound(aTempRange.getMaxX()), FRound(aTempRange.getMaxY())); aBoundRect2d.Union( aBoundRect ); - E3dCompoundObject* p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, bUseTwoFillStyles ? 0 : fDepth ); + E3dCompoundObject* p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, bUseTwoFillStyles ? 10 : fDepth ); p3DObj->NbcSetLayer( pShape2d->GetLayer() ); p3DObj->SetMergedItemSet( aSet ); if ( bIsPlaceholderObject ) @@ -539,7 +539,7 @@ SdrObject* EnhancedCustomShape3d::Create3DObject( const SdrObject* pShape2d, con p3DObj->SetMergedItem( Svx3DCloseFrontItem( sal_False ) ); p3DObj->SetMergedItem( Svx3DCloseBackItem( sal_False ) ); pScene->Insert3DObj( p3DObj ); - p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, 0 ); + p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, 10 ); p3DObj->NbcSetLayer( pShape2d->GetLayer() ); p3DObj->SetMergedItemSet( aSet ); |