[Libreoffice-commits] core.git: chart2/source

Michael Stahl mstahl at redhat.com
Thu Mar 14 08:51:37 PDT 2013


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

New commits:
commit 6d2f041a6569671a98f42272b1798171af211c75
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Mar 14 16:31:18 2013 +0100

    warning C4101: unreferenced local variable
    
    Change-Id: I61fb72e824a43d28756edfff7a6655443fe2ee82

diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index d6efb50..76993ad 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -683,7 +683,7 @@ void SeriesPlotterContainer::initializeCooSysAndSeriesPlotter(
                         if (n3DRelativeHeightOldValue != n3DRelativeHeight)
                             xPropertySet->setPropertyValue( "3DRelativeHeight", uno::makeAny(n3DRelativeHeight) );
                     }
-                    catch(const uno::Exception& e){}
+                    catch (const uno::Exception&) { }
                 }
             }
 


More information about the Libreoffice-commits mailing list