[Libreoffice-commits] .: chart2/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Mar 21 03:02:35 PDT 2011


 chart2/source/view/main/VLegend.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 63357d5068f9a9488950688180b70fe49976ca63
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Mar 21 10:02:29 2011 +0000

    WaE: nColumnCount unused

diff --git a/chart2/source/view/main/VLegend.cxx b/chart2/source/view/main/VLegend.cxx
index 4e2f843..028a643 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();
                 }
             }


More information about the Libreoffice-commits mailing list