ensure m_pOwnerRow is NULL

This commit is contained in:
Caolán McNamara 2011-09-23 17:14:18 +01:00
parent eddbdb1938
commit 822e94a1c9

View file

@ -65,6 +65,7 @@
XFCell::XFCell()
{
m_pSubTable = NULL;
m_pOwnerRow = NULL;
m_nCol = 0;
m_nColSpaned = 1;
m_nRepeated = 0;