summaryrefslogtreecommitdiff
path: root/svx/source/form/sdbdatacolumn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/sdbdatacolumn.cxx')
-rw-r--r--svx/source/form/sdbdatacolumn.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/sdbdatacolumn.cxx b/svx/source/form/sdbdatacolumn.cxx
index d5272878fae0..d53525059f2e 100644
--- a/svx/source/form/sdbdatacolumn.cxx
+++ b/svx/source/form/sdbdatacolumn.cxx
@@ -43,9 +43,9 @@ namespace svxform
if (!m_xPropertySet.is() || !m_xColumn.is())
{
- m_xPropertySet = NULL;
- m_xColumn = NULL;
- m_xColumnUpdate = NULL;
+ m_xPropertySet = nullptr;
+ m_xColumn = nullptr;
+ m_xColumnUpdate = nullptr;
}
}