From a2d49e576d3ba693132fb2c75d1b73c1d802b8e8 Mon Sep 17 00:00:00 2001 From: "Ingrid Halama [iha]" Date: Wed, 26 Jan 2011 16:27:17 +0100 Subject: chart52: #28670# make the legend within charts resizeable - build warning --- chart2/source/view/main/VLegend.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/view/main') diff --git a/chart2/source/view/main/VLegend.cxx b/chart2/source/view/main/VLegend.cxx index 59444ad05894..046947c50e65 100644 --- a/chart2/source/view/main/VLegend.cxx +++ b/chart2/source/view/main/VLegend.cxx @@ -313,7 +313,7 @@ awt::Size lcl_placeLegendEntries( sal_Int32 nCurrentColumn=-1; sal_Int32 nColumnCount=0; sal_Int32 nMaxColumnCount=-1; - for( sal_Int32 nN=0; nN(aTextShapes.size()); nN++ ) { Reference< drawing::XShape > xShape( aTextShapes[nN] ); if( !xShape.is() ) -- cgit