summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unocpres.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unocpres.hxx')
-rw-r--r--sd/source/ui/unoidl/unocpres.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unocpres.hxx b/sd/source/ui/unoidl/unocpres.hxx
index fead6682b7f0..c00e382d5f0d 100644
--- a/sd/source/ui/unoidl/unocpres.hxx
+++ b/sd/source/ui/unoidl/unocpres.hxx
@@ -145,7 +145,7 @@ inline SdCustomShowList* SdXCustomPresentationAccess::GetCustomShowList() const
if(mrModel.GetDoc())
return mrModel.GetDoc()->GetCustomShowList();
else
- return NULL;
+ return nullptr;
};
#endif