diff options
Diffstat (limited to 'include/editeng/protitem.hxx')
-rw-r--r-- | include/editeng/protitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/protitem.hxx b/include/editeng/protitem.hxx index d8970407669b..7ce0b1c77aa0 100644 --- a/include/editeng/protitem.hxx +++ b/include/editeng/protitem.hxx @@ -50,10 +50,10 @@ public: virtual bool GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, - OUString &rText, const IntlWrapper * = 0 ) const override; + OUString &rText, const IntlWrapper * = nullptr ) const override; - virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const override; + virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override; virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion ) const override; |