summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/source/filter/lwptablelayout.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx
index cb222732cbd3..eab19697b2c2 100644
--- a/lotuswordpro/source/filter/lwptablelayout.cxx
+++ b/lotuswordpro/source/filter/lwptablelayout.cxx
@@ -417,10 +417,14 @@ void LwpSuperTableLayout::RegisterFrameStyle()
}
LwpTableLayout::LwpTableLayout(LwpObjectHeader &objHdr, LwpSvStream* pStrm)
- : LwpLayout(objHdr, pStrm), m_nRows(0), m_nCols(0), m_pXFTable(NULL)
+ : LwpLayout(objHdr, pStrm)
+ , m_nRows(0)
+ , m_nCols(0)
+ , m_pDefaultCellLayout(NULL)
+ , m_pColumns(NULL)
+ , m_pXFTable(NULL)
{
m_CellsMap.clear();
- m_pColumns = NULL;
}
LwpTableLayout::~LwpTableLayout()
@@ -433,6 +437,7 @@ LwpTableLayout::~LwpTableLayout()
m_pColumns = NULL;
}
}
+
/**
* @short Get neighbour cell by specifying ROW+COL
* @param nRow