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

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

Reply via email to