summaryrefslogtreecommitdiff
path: root/include/editeng/fwdtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/fwdtitem.hxx')
-rw-r--r--include/editeng/fwdtitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/fwdtitem.hxx b/include/editeng/fwdtitem.hxx
index 45ac5aad3e78..494662ae55ec 100644
--- a/include/editeng/fwdtitem.hxx
+++ b/include/editeng/fwdtitem.hxx
@@ -49,9 +49,9 @@ 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;
virtual bool ScaleMetrics( long nMult, long nDiv ) override;