diff options
Diffstat (limited to 'include/svx/ctredlin.hxx')
-rw-r--r-- | include/svx/ctredlin.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx index ab9d01ee779d..4e6c81791426 100644 --- a/include/svx/ctredlin.hxx +++ b/include/svx/ctredlin.hxx @@ -143,14 +143,14 @@ public: The rStr contains the entire redline entry; the columns are delimited by '\t'. */ SvTreeListEntry* InsertEntry(const OUString &rStr, RedlinData *pUserData, - SvTreeListEntry* pParent = NULL, sal_uIntPtr nPos = TREELIST_APPEND); + SvTreeListEntry* pParent = nullptr, sal_uIntPtr nPos = TREELIST_APPEND); /** Insert a redline entry. The rStr contains the entire redline entry; the columns are delimited by '\t'. */ SvTreeListEntry* InsertEntry(const OUString &rStr, RedlinData *pUserData, const Color&, - SvTreeListEntry* pParent = NULL, sal_uIntPtr nPos = TREELIST_APPEND); + SvTreeListEntry* pParent = nullptr, sal_uIntPtr nPos = TREELIST_APPEND); /** Insert a redline entry. @@ -158,7 +158,7 @@ public: rStr contains the rest of the redline entry; the columns are delimited by '\t'. */ SvTreeListEntry* InsertEntry(const Image &rRedlineType, const OUString &rStr, RedlinData *pUserData, - SvTreeListEntry* pParent = NULL, sal_uIntPtr nPos = TREELIST_APPEND); + SvTreeListEntry* pParent = nullptr, sal_uIntPtr nPos = TREELIST_APPEND); virtual SvTreeListEntry* CreateEntry() const override; |