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

New commits:
commit 6d2f041a6569671a98f42272b1798171af211c75
Author: Michael Stahl <[email protected]>
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&) { }
                 }
             }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to