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

Michael Stahl mstahl at redhat.com
Thu Mar 14 09:17:56 PDT 2013


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

New commits:
commit 51a18f9bbd0191936e5137f9fe86161e7d87c8da
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Mar 14 17:15:11 2013 +0100

    warning C4101: unreferenced local variable
    
    Change-Id: I43a0a1dbe37eb76a3d89ace8222cd5f5e3357579

diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx
index 03d5455..80ec134 100644
--- a/chart2/source/view/charttypes/PieChart.cxx
+++ b/chart2/source/view/charttypes/PieChart.cxx
@@ -349,7 +349,7 @@ void PieChart::createShapes()
             uno::Any aAny = xPropertySet->getPropertyValue( "3DRelativeHeight" );
             aAny >>= n3DRelativeHeight;
         }
-        catch(const uno::Exception& e) {}
+        catch (const uno::Exception&) { }
     }
 
 //=============================================================================


More information about the Libreoffice-commits mailing list