summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-02-09 14:27:41 +0100
committerMichael Stahl <mstahl@redhat.com>2015-02-09 14:27:41 +0100
commite56c495ffaa242fc00347d859badf43ec3f27546 (patch)
tree34a414cf4b3c12064236185ada24828cab0ec939 /chart2
parent1a595052b205f8505776699f61c1a0b89bc42380 (diff)
chart2: fix build
Change-Id: I25a960bfdcd9938f68bf4f1535c7822959d95b71
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/charttypes/PieChart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx
index 5c29b3606c77..c67445682497 100644
--- a/chart2/source/view/charttypes/PieChart.cxx
+++ b/chart2/source/view/charttypes/PieChart.cxx
@@ -297,7 +297,7 @@ void PieChart::createTextLabelShape(
//anchor point. This is required in order to ensure that the label is
//completely outside (inside) the related slice. Indeed this value should
//depend on the font height.
- Pay attention: 150 is not a big offset, in fact the screen position coordinates for label anchor points are in the 10000-20000 range, hence these are coordinates of a virtual screen and 150 is a small value.
+ //Pay attention: 150 is not a big offset, in fact the screen position coordinates for label anchor points are in the 10000-20000 range, hence these are coordinates of a virtual screen and 150 is a small value.
LabelAlignment eAlignment(LABEL_ALIGN_CENTER);
sal_Int32 nScreenValueOffsetInRadiusDirection = 0 ;
if( nLabelPlacement == ::com::sun::star::chart::DataLabelPlacement::OUTSIDE )