[Libreoffice-commits] core.git: chart2/source

Michael Stahl mstahl at redhat.com
Mon Feb 9 05:33:10 PST 2015


 chart2/source/view/charttypes/PieChart.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e56c495ffaa242fc00347d859badf43ec3f27546
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Feb 9 14:27:41 2015 +0100

    chart2: fix build
    
    Change-Id: I25a960bfdcd9938f68bf4f1535c7822959d95b71

diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx
index 5c29b36..c674456 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 )


More information about the Libreoffice-commits mailing list