summaryrefslogtreecommitdiffstats
path: root/include/editeng/rsiditem.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:14:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:24 +0100
commit217f7f236fd0ef0535cf11de35807bc5f1de9bb6 (patch)
treef49d8a62e6500bd025853388b5dd9d33de357b9a /include/editeng/rsiditem.hxx
parentloplugin:nullptr (automatic rewrite) (diff)
downloadcore-217f7f236fd0ef0535cf11de35807bc5f1de9bb6.tar.gz
core-217f7f236fd0ef0535cf11de35807bc5f1de9bb6.zip
loplugin:nullptr (automatic rewrite)
Change-Id: I9fe00eef7ddcd4a3c87e497a8d62f98e71a0d6d8
Diffstat (limited to 'include/editeng/rsiditem.hxx')
-rw-r--r--include/editeng/rsiditem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/rsiditem.hxx b/include/editeng/rsiditem.hxx
index abe0d1d4a0c6..67f09aceab4b 100644
--- a/include/editeng/rsiditem.hxx
+++ b/include/editeng/rsiditem.hxx
@@ -24,7 +24,7 @@ public:
SvxRsidItem( sal_uInt32 nRsid, sal_uInt16 nId ) : SfxUInt32Item( nId, nRsid ) {}
SvxRsidItem( SvStream& rIn, sal_uInt16 nId ) : SfxUInt32Item( nId, rIn ) {}
- virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const override;
+ virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override;
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;