summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlinerIteratorImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/OutlinerIteratorImpl.hxx')
-rw-r--r--sd/source/ui/inc/OutlinerIteratorImpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/OutlinerIteratorImpl.hxx b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
index 0b4f60b4a60e..18468e8d46ce 100644
--- a/sd/source/ui/inc/OutlinerIteratorImpl.hxx
+++ b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
@@ -84,7 +84,7 @@ public:
Returns a copy of this object. When this method is called with
an argument then this value will be returned.
*/
- virtual IteratorImplBase* Clone (IteratorImplBase* pObject=NULL) const;
+ virtual IteratorImplBase* Clone (IteratorImplBase* pObject=nullptr) const;
/** Test the equality of the this object and the given iterator. Two
iterators are taken to be equal when they point to the same object.
Iteration direction is not taken into account.