summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-21 10:02:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-21 10:02:29 +0000
commitd5d663c24dda5ca0106ad32b84a1a8d825cd4874 (patch)
tree628d42c440c415f885d75ec0cc0e3d15e0c73dec /chart2
parentdc78b9160944086a670785cd9592484c74d14488 (diff)
WaE: nColumnCount unused
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/VLegend.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/view/main/VLegend.cxx b/chart2/source/view/main/VLegend.cxx
index 2e9370cc91a7..e0f2bdc17713 100644
--- a/chart2/source/view/main/VLegend.cxx
+++ b/chart2/source/view/main/VLegend.cxx
@@ -343,7 +343,6 @@ awt::Size lcl_placeLegendEntries(
{
sal_Int32 nCurrentRow=0;
sal_Int32 nCurrentColumn=-1;
- sal_Int32 nColumnCount=0;
sal_Int32 nMaxColumnCount=-1;
for( sal_Int32 nN=0; nN<static_cast<sal_Int32>(aTextShapes.size()); nN++ )
{
@@ -392,7 +391,6 @@ awt::Size lcl_placeLegendEntries(
nN=-1;
nCurrentRow=0;
nCurrentColumn=-1;
- nColumnCount=0;
aColumnWidths.clear();
}
}