summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-03 12:42:30 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-03 12:42:30 +0000
commite1e5fd9b6c107fa38a80301e6b72fca41c4ca961 (patch)
treeba4a79dafdeeb4fa23e9084f4b3f86ee0a7c43b0
parent6805c0a43f352dd403e2b716efddbe4f6f357962 (diff)
INTEGRATION: CWS chart06 (1.12.8); FILE MERGED
2007/06/11 09:35:14 iha 1.12.8.1: #i67754# right-angled-axes, create new 3D charts with this and simple look
-rw-r--r--chart2/source/model/main/DataPointProperties.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/model/main/DataPointProperties.cxx b/chart2/source/model/main/DataPointProperties.cxx
index d1a233c106e5..2db2eafe9639 100644
--- a/chart2/source/model/main/DataPointProperties.cxx
+++ b/chart2/source/model/main/DataPointProperties.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DataPointProperties.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 18:33:47 $
+ * last change: $Author: rt $ $Date: 2007-07-03 13:42:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -504,7 +504,7 @@ void DataPointProperties::AddDefaultsToMap(
OSL_ASSERT( rOutMap.end() == rOutMap.find( PROP_DATAPOINT_PERCENT_DIAGONAL ));
rOutMap[ PROP_DATAPOINT_PERCENT_DIAGONAL ] =
- uno::makeAny( static_cast< sal_Int16 >(5) );
+ uno::makeAny( static_cast< sal_Int16 >(0) );
}
} // namespace chart