summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-23 10:36:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-23 10:36:35 +0100
commit9d0571a2761cab230aa7447ba7a4ce3c3ab48079 (patch)
tree3436fe9abd4e16c433f2602a6330b65d1d51e708 /vcl
parent01e4697b6ddd3193cba7a46a033dadf97e21135c (diff)
why this odd unused assignment thing
Change-Id: I4c87e3fb418211a5f3750746e1b6928fbe8f1741
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/filter/wmf/winmtf.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/filter/wmf/winmtf.hxx b/vcl/source/filter/wmf/winmtf.hxx
index 27ac58f0251f..63118d44950d 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