summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/PropertyMapper.cxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2010-03-08 11:45:21 +0100
committerIngrid Halama <iha@openoffice.org>2010-03-08 11:45:21 +0100
commitc0a22a329f768799e55ca113c86d24d4d62c3ca4 (patch)
treed900997cb0c4edc27d8b90c399da340c96f26265 /chart2/source/view/main/PropertyMapper.cxx
parent0e83843e553258bf95d76a4dcd7094f5ea080213 (diff)
chart43: #i103778# Use Rounded as default corner style for borders
Diffstat (limited to 'chart2/source/view/main/PropertyMapper.cxx')
-rw-r--r--chart2/source/view/main/PropertyMapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/PropertyMapper.cxx b/chart2/source/view/main/PropertyMapper.cxx
index 68368808f66a..24f9ffa485dc 100644
--- a/chart2/source/view/main/PropertyMapper.cxx
+++ b/chart2/source/view/main/PropertyMapper.cxx
@@ -521,7 +521,7 @@ void PropertyMapper::getPreparedTextShapePropertyLists(
// use a line-joint showing the border of thick lines like two rectangles
// filled in between.
- aValueMap[C2U("LineJoint")] <<= drawing::LineJoint_MITER;
+ aValueMap[C2U("LineJoint")] <<= drawing::LineJoint_ROUND;
PropertyMapper::getMultiPropertyListsFromValueMap( rPropNames, rPropValues, aValueMap );
}