diff options
author | Ingrid Halama <iha@openoffice.org> | 2003-11-03 15:44:49 +0000 |
---|---|---|
committer | Ingrid Halama <iha@openoffice.org> | 2003-11-03 15:44:49 +0000 |
commit | 47cabf5485f124b57fe993a718750407fb326858 (patch) | |
tree | 8e756290d2cc438aeccc7c6fb6cfce0048da9a23 /chart2 | |
parent | 65d82f90fa1820e2d92b1bbfbb22b4c4b35068c4 (diff) |
enable Line Width, Style and Transparency in method createLine3D (used e.g. for grids)
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/ShapeFactory.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/view/main/ShapeFactory.cxx b/chart2/source/view/main/ShapeFactory.cxx index 508e297fcaa2..45eea607edb9 100644 --- a/chart2/source/view/main/ShapeFactory.cxx +++ b/chart2/source/view/main/ShapeFactory.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ShapeFactory.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: bm $ $Date: 2003-10-17 14:50:28 $ + * last change: $Author: iha $ $Date: 2003-11-03 16:44:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1751,7 +1751,7 @@ uno::Reference< drawing::XShape > //LineOnly xProp->setPropertyValue( C2U( UNO_NAME_3D_LINEONLY ) , uno::makeAny( (sal_Bool)true ) ); -/* + //Transparency if(rLineProperties.Transparence.hasValue()) xProp->setPropertyValue( C2U( UNO_NAME_LINETRANSPARENCE ) @@ -1766,7 +1766,7 @@ uno::Reference< drawing::XShape > if(rLineProperties.Width.hasValue()) xProp->setPropertyValue( C2U( UNO_NAME_LINEWIDTH ) , rLineProperties.Width ); -*/ + //LineColor if(rLineProperties.Color.hasValue()) xProp->setPropertyValue( C2U( UNO_NAME_LINECOLOR ) |