summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2004-01-19 12:02:19 +0000
committerBjörn Milcke <bm@openoffice.org>2004-01-19 12:02:19 +0000
commit5e6f14f99d07e73e3d9e729428dbb6e0b1933a65 (patch)
treea532e7e78884e18b837ef4d7cca04b637ba500e8 /chart2
parent57590721c1e2a5bc61229284b115086afc4bff9b (diff)
change default back to column
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/model/template/ChartTypeManager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/model/template/ChartTypeManager.cxx b/chart2/source/model/template/ChartTypeManager.cxx
index 7acdef1d765f..0d15c7f16023 100644
--- a/chart2/source/model/template/ChartTypeManager.cxx
+++ b/chart2/source/model/template/ChartTypeManager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartTypeManager.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: iha $ $Date: 2004-01-17 13:09:52 $
+ * last change: $Author: bm $ $Date: 2004-01-19 13:02:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -179,7 +179,7 @@ void lcl_AddDefaultsToMap(
OSL_ASSERT( rOutMap.end() == rOutMap.find( PROP_TEMPLATE_MANAGER_CHART_TEMPLATE_NAME ));
rOutMap[ PROP_TEMPLATE_MANAGER_CHART_TEMPLATE_NAME ] =
uno::makeAny(
- ::rtl::OUString( C2U( "com.sun.star.chart2.template.Pie" )));
+ ::rtl::OUString( C2U( "com.sun.star.chart2.template.Column" )));
OSL_ASSERT( rOutMap.end() == rOutMap.find( PROP_TEMPLATE_MANAGER_SOLID_TYPE ));
rOutMap[ PROP_TEMPLATE_MANAGER_SOLID_TYPE ] =