summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpborderstuff.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-03 14:48:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-03 14:48:49 +0000
commitca0da7f38afec8265ef78e15a6569229a7a672f4 (patch)
tree1c1285530261d14496969b2e64cbc0714c6fabc8 /lotuswordpro/source/filter/lwpborderstuff.hxx
parentfix copy ctor and assignment sigs (diff)
downloadcore-ca0da7f38afec8265ef78e15a6569229a7a672f4.tar.gz
core-ca0da7f38afec8265ef78e15a6569229a7a672f4.zip
fix copy ctor and assignment sigs
Diffstat (limited to 'lotuswordpro/source/filter/lwpborderstuff.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpborderstuff.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpborderstuff.hxx b/lotuswordpro/source/filter/lwpborderstuff.hxx
index 5b2593a818b3..a63a9b84c3e0 100644
--- a/lotuswordpro/source/filter/lwpborderstuff.hxx
+++ b/lotuswordpro/source/filter/lwpborderstuff.hxx
@@ -90,9 +90,7 @@ public:
sal_uInt16 GetSideType(sal_uInt16 side);
LwpColor GetSideColor(sal_uInt16 side);
float GetSideWidth(sal_uInt16 side);
- //add by , 01/26/2004
- void operator = (const LwpBorderStuff& rOther);
- //end
+ LwpBorderStuff& operator = (const LwpBorderStuff& rOther);
friend class LwpParaBorderOverride;
private:
sal_uInt16 m_nSides;