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

New commits:
commit e56c495ffaa242fc00347d859badf43ec3f27546
Author: Michael Stahl <mst...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to