summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/chart/seriesmodel.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 11:10:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 11:10:45 +0000
commite170d50f68765e610cc519c1e062f5025401e154 (patch)
treed10b6cddd5b74bd86362ceaeeb09804d2d5e2863 /oox/source/drawingml/chart/seriesmodel.cxx
parent185f81199198be4245b28c479e00d2666d876f98 (diff)
INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED
2008/05/21 12:26:55 dr 1.2.4.5: #i10000# new header 2008/04/18 12:34:43 dr 1.2.4.4: import stock charts, improved default attribute handling 2008/04/17 11:57:16 dr 1.2.4.3: #i87806# manual error bars 2008/04/02 12:41:57 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:17 hbrinkm 1.2.4.1: 'Merged xmlfilter04'
Diffstat (limited to 'oox/source/drawingml/chart/seriesmodel.cxx')
-rw-r--r--oox/source/drawingml/chart/seriesmodel.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/oox/source/drawingml/chart/seriesmodel.cxx b/oox/source/drawingml/chart/seriesmodel.cxx
index e35881eaca4e..396f0469a255 100644
--- a/oox/source/drawingml/chart/seriesmodel.cxx
+++ b/oox/source/drawingml/chart/seriesmodel.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: seriesmodel.cxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -70,7 +70,7 @@ DataLabelsModel::~DataLabelsModel()
ErrorBarModel::ErrorBarModel() :
mfValue( 0.0 ),
- mnDirection( XML_TOKEN_INVALID ),
+ mnDirection( XML_y ),
mnTypeId( XML_both ),
mnValueType( XML_fixedVal ),
mbNoEndCap( false )
@@ -99,7 +99,8 @@ TrendlineModel::~TrendlineModel()
// ============================================================================
DataPointModel::DataPointModel() :
- mnIndex( -1 )
+ mnIndex( -1 ),
+ mbInvertNeg( false )
{
}
@@ -115,7 +116,9 @@ SeriesModel::SeriesModel() :
mnMarkerSize( 5 ),
mnMarkerSymbol( XML_auto ),
mnOrder( -1 ),
- mbInvertNeg( false )
+ mbBubble3d( false ),
+ mbInvertNeg( false ),
+ mbSmooth( false )
{
}