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

Caolán McNamara caolanm at redhat.com
Fri Sep 23 10:01:02 UTC 2016


 vcl/source/filter/wmf/winmtf.hxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 9d0571a2761cab230aa7447ba7a4ce3c3ab48079
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Sep 23 10:36:35 2016 +0100

    why this odd unused assignment thing
    
    Change-Id: I4c87e3fb418211a5f3750746e1b6928fbe8f1741

diff --git a/vcl/source/filter/wmf/winmtf.hxx b/vcl/source/filter/wmf/winmtf.hxx
index 27ac58f..63118d4 100644
--- a/vcl/source/filter/wmf/winmtf.hxx
+++ b/vcl/source/filter/wmf/winmtf.hxx
@@ -367,14 +367,6 @@ struct WinMtfLineStyle : GDIObj
             && bTransparent == rStyle.bTransparent
             && aLineInfo == rStyle.aLineInfo;
     }
-
-    WinMtfLineStyle& operator=( WinMtfLineStyle* pStyle )
-    {
-        aLineColor = pStyle->aLineColor;
-        bTransparent = pStyle->bTransparent;
-        aLineInfo = pStyle->aLineInfo;
-        return *this;
-    }
 };
 
 struct XForm


More information about the Libreoffice-commits mailing list