summaryrefslogtreecommitdiff
path: root/svx/source/items/galleryitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/galleryitem.cxx')
-rw-r--r--svx/source/items/galleryitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/galleryitem.cxx b/svx/source/items/galleryitem.cxx
index cde11d03b8fe..095a4c80663e 100644
--- a/svx/source/items/galleryitem.cxx
+++ b/svx/source/items/galleryitem.cxx
@@ -145,7 +145,7 @@ SvStream& SvxGalleryItem::Store( SvStream& rStream, sal_uInt16 /*nItemVersion*/
SfxPoolItem* SvxGalleryItem::Create(SvStream& , sal_uInt16) const
{
- return 0;
+ return nullptr;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */