summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2004-01-19 13:15:49 +0000
committerBjörn Milcke <bm@openoffice.org>2004-01-19 13:15:49 +0000
commit5891df7f4a90a4767de5bde50467b32a568e4c43 (patch)
treefccf264552124c8eeda69ad2fa62ffc455e02d0d /chart2
parent5e6f14f99d07e73e3d9e729428dbb6e0b1933a65 (diff)
use straight lines for net chart
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/VLegend.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/main/VLegend.cxx b/chart2/source/view/main/VLegend.cxx
index f60b2e45d411..6fc5453392a9 100644
--- a/chart2/source/view/main/VLegend.cxx
+++ b/chart2/source/view/main/VLegend.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VLegend.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: bm $ $Date: 2003-12-18 15:48:53 $
+ * last change: $Author: bm $ $Date: 2004-01-19 14:15:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -329,7 +329,7 @@ uno::Reference< drawing::XShape >
}
else if( aChartType.equals( C2U( "com.sun.star.chart2.NetChart" )))
{
- eSymbolStyle = chart2::LegendSymbolStyle_DIAGONAL_LINE;
+ eSymbolStyle = chart2::LegendSymbolStyle_LINE;
ePropType = VLegendSymbolFactory::PROP_TYPE_LINE_SERIES;
}