summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xftable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xftable.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xftable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xftable.cxx b/lotuswordpro/source/filter/xfilter/xftable.cxx
index 13d51934bd64..9a96db8d5077 100644
--- a/lotuswordpro/source/filter/xfilter/xftable.cxx
+++ b/lotuswordpro/source/filter/xfilter/xftable.cxx
@@ -67,7 +67,7 @@ XFTable::XFTable()
{
m_strName = XFGlobal::GenTableName();
m_bSubTable = false;
- m_pOwnerCell = NULL;
+ m_pOwnerCell = nullptr;
}
XFTable::~XFTable()