summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpborderstuff.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpborderstuff.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpborderstuff.cxx24
1 files changed, 10 insertions, 14 deletions
diff --git a/lotuswordpro/source/filter/lwpborderstuff.cxx b/lotuswordpro/source/filter/lwpborderstuff.cxx
index 1e70e2e30e54..89cc11ac8f82 100644
--- a/lotuswordpro/source/filter/lwpborderstuff.cxx
+++ b/lotuswordpro/source/filter/lwpborderstuff.cxx
@@ -63,21 +63,17 @@
#include <lwptools.hxx>
LwpBorderStuff::LwpBorderStuff()
+ : m_nSides(0), m_nValid(0),
+ m_nBorderGroupIDLeft(0),
+ m_nBorderGroupIDRight(0),
+ m_nBorderGroupIDTop(0),
+ m_nBorderGroupIDBottom(0),
+ m_nGroupIndent(0),
+ m_nWidthLeft(0),
+ m_nWidthTop(0),
+ m_nWidthRight(0),
+ m_nWidthBottom(0)
{
- m_nSides = 0;
- m_nValid = 0;
-
- m_nBorderGroupIDLeft = 0;
- m_nBorderGroupIDRight = 0;
- m_nBorderGroupIDTop = 0;
- m_nBorderGroupIDBottom = 0;
-
- m_nGroupIndent = 0;
-
- m_nWidthLeft = 0;
- m_nWidthTop = 0;
- m_nWidthRight = 0;
- m_nWidthBottom = 0;
}
void LwpBorderStuff::Read(LwpObjectStream *pStrm)