summaryrefslogtreecommitdiff
path: root/chart2/source/model/template
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-11 18:14:50 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-11 18:15:05 +0100
commitbab961dd0a5abe985e2787aa789eae7a4d6cbbd9 (patch)
treef9dedaa4aa1e9c7f3cbb908c1896634cce5febc0 /chart2/source/model/template
parent065415b43d6ef4a5f06076861b67836f0f378c5c (diff)
Fix chart2 build
Change-Id: Ia3eb1c1576034c1cbc93e9fb4e60d205a325b132
Diffstat (limited to 'chart2/source/model/template')
-rw-r--r--chart2/source/model/template/PieChartType.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/PieChartType.cxx b/chart2/source/model/template/PieChartType.cxx
index 5bef973816d9..b54d9769d41f 100644
--- a/chart2/source/model/template/PieChartType.cxx
+++ b/chart2/source/model/template/PieChartType.cxx
@@ -56,7 +56,7 @@ static void lcl_AddPropertiesToVector(
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
- Property( C2U("3DRelativeHeight"),
+ Property( "3DRelativeHeight",
PROP_PIECHARTTYPE_3DRELATIVEHEIGHT,
::getCppuType( reinterpret_cast< const sal_Int32 * >(0)),
beans::PropertyAttribute::MAYBEVOID ));