svx/source/svdraw/svdoedge.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b724a3bde9462ab4232da507680bb0f2a6d5d597
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Apr 13 08:15:46 2013 +0100

    WaE: unused param
    
    Change-Id: Ie066849a312059e9dc2599e73258c57e9ceeda28

diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx
index b2f427b..617ea43 100644
--- a/svx/source/svdraw/svdoedge.cxx
+++ b/svx/source/svdraw/svdoedge.cxx
@@ -2256,7 +2256,7 @@ void SdrEdgeObj::NbcResize(const Point& rRefPnt, const 
Fraction& aXFact, const F
 }
 
 // #i54102# added rotation support
-void SdrEdgeObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs)
+void SdrEdgeObj::NbcRotate(const Point& rRef, long /*nWink*/, double sn, 
double cs)
 {
     // handle start and end point if not connected
     bool bCon1=aCon1.pObj!=NULL && aCon1.pObj->GetPage()==pPage;
@@ -2298,7 +2298,7 @@ void SdrEdgeObj::NbcMirror(const Point& rRef1, const 
Point& rRef2)
 }
 
 // #i54102# added shear support
-void SdrEdgeObj::NbcShear(const Point& rRef, long nWink, double tn, bool 
bVShear)
+void SdrEdgeObj::NbcShear(const Point& rRef, long /*nWink*/, double tn, bool 
bVShear)
 {
     // handle start and end point if not connected
     bool bCon1=aCon1.pObj!=NULL && aCon1.pObj->GetPage()==pPage;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to