summaryrefslogtreecommitdiff
path: root/include/svl/rectitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/rectitem.hxx')
-rw-r--r--include/svl/rectitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/rectitem.hxx b/include/svl/rectitem.hxx
index 5031f0732f53..c6bab73dc38c 100644
--- a/include/svl/rectitem.hxx
+++ b/include/svl/rectitem.hxx
@@ -41,10 +41,10 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
OUString &rText,
- const IntlWrapper * = 0 ) const override;
+ const IntlWrapper * = nullptr ) const override;
virtual bool operator==( const SfxPoolItem& ) const override;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const override;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nItemVersion) const override;
virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const override;