summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfborders.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfborders.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfborders.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfborders.cxx b/lotuswordpro/source/filter/xfilter/xfborders.cxx
index b8027db02247..e1a5554fdd8a 100644
--- a/lotuswordpro/source/filter/xfilter/xfborders.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfborders.cxx
@@ -61,7 +61,6 @@
XFBorder::XFBorder()
{
- m_fOffset = 0;
m_bDouble = false;
m_bSameWidth = false;
m_fWidthInner = 0;
@@ -154,8 +153,6 @@ OUString XFBorder::ToString()
bool operator==(XFBorder const & b1, XFBorder const & b2)
{
- if( b1.m_fOffset != b2.m_fOffset )
- return false;
if( b1.m_bDouble != b2.m_bDouble )
return false;
if( !b1.m_bDouble )