summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-01-25 23:08:33 +0100
committerIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-01-25 23:08:33 +0100
commit9487ac66bc5abc276451550d4c6c5af80ba113e5 (patch)
tree4bd161525c7057a0eb55c7a4fcd27f849cc888e4 /chart2/source
parenta5da1bb72dbda9806855e926b59f9e541c95d8b5 (diff)
chart52: merge with DEV300_m98
Diffstat (limited to 'chart2/source')
-rwxr-xr-xchart2/source/model/main/Legend.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/Legend.cxx b/chart2/source/model/main/Legend.cxx
index d7360b64fef7..86ee1180e372 100755
--- a/chart2/source/model/main/Legend.cxx
+++ b/chart2/source/model/main/Legend.cxx
@@ -134,7 +134,7 @@ private:
::chart::CharacterProperties::AddDefaultsToMap( rOutMap );
::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_LEGEND_ANCHOR_POSITION, chart2::LegendPosition_LINE_END );
- ::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_LEGEND_EXPANSION, chart2::LegendExpansion_HIGH );
+ ::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_LEGEND_EXPANSION, ::com::sun::star::chart::ChartLegendExpansion_HIGH );
::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_LEGEND_SHOW, true );
float fDefaultCharHeight = 10.0;