summaryrefslogtreecommitdiff
path: root/sw/inc/fmtfordr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtfordr.hxx')
-rw-r--r--sw/inc/fmtfordr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtfordr.hxx b/sw/inc/fmtfordr.hxx
index 2389f6566275..d3416adf3998 100644
--- a/sw/inc/fmtfordr.hxx
+++ b/sw/inc/fmtfordr.hxx
@@ -40,7 +40,7 @@ public:
inline SwFormatFillOrder &operator=( const SwFormatFillOrder &rCpy );
/// "Pure virtual methods" of SfxPoolItem.
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const override;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual sal_uInt16 GetValueCount() const override;
SwFillOrder GetFillOrder() const { return SwFillOrder(GetValue()); }