summaryrefslogtreecommitdiff
path: root/chart2/source/view/main
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main')
-rw-r--r--chart2/source/view/main/VLegend.cxx2
1 files changed, 1 insertions, 1 deletions
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++)
+ for( sal_Int32 nN=0; nN<static_cast<sal_Int32>(aTextShapes.size()); nN++ )
{
Reference< drawing::XShape > xShape( aTextShapes[nN] );
if( !xShape.is() )