svtools/source/filter/wmf/winmtf.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 03268fc84e1c3a0fb588ddff340b052f70c5100a
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Oct 5 14:01:15 2011 +0100

    rejig this to remove self-assign

diff --git a/svtools/source/filter/wmf/winmtf.hxx 
b/svtools/source/filter/wmf/winmtf.hxx
index 693190c..a7c0b48 100644
--- a/svtools/source/filter/wmf/winmtf.hxx
+++ b/svtools/source/filter/wmf/winmtf.hxx
@@ -738,9 +738,9 @@ public:
                             const Point& rEndAngle
                         );
     void                DrawPolygon( Polygon& rPolygon, sal_Bool bRecordPath = 
sal_False );
-    void                DrawPolygon( Polygon& rPolygon, sal_Bool bDrawTo, 
sal_Bool bRecordPath)
-                        { //only for the template compatibility
-                            bDrawTo = bDrawTo; //to avoid complaints about 
unused parameter
+    void                DrawPolygon( Polygon& rPolygon, sal_Bool /*bDrawTo*/, 
sal_Bool bRecordPath)
+                        {
+                            //For ReadAndDrawPolygon template compatibility
                             DrawPolygon(rPolygon, bRecordPath);
                         }
     void                DrawPolyPolygon( PolyPolygon& rPolyPolygon, sal_Bool 
bRecordPath = sal_False );
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to