summaryrefslogtreecommitdiff
path: root/svx/source/table/tableundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tableundo.hxx')
-rw-r--r--svx/source/table/tableundo.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/tableundo.hxx b/svx/source/table/tableundo.hxx
index 54796f603fdb..63a8ed6ff47d 100644
--- a/svx/source/table/tableundo.hxx
+++ b/svx/source/table/tableundo.hxx
@@ -69,8 +69,8 @@ private:
::sal_Int32 mnColSpan;
Data()
- : mpProperties(NULL)
- , mpOutlinerParaObject(NULL)
+ : mpProperties(nullptr)
+ , mpOutlinerParaObject(nullptr)
, mnCellContentType(css::table::CellContentType_EMPTY)
, mfValue(0)
, mnError(0)