summaryrefslogtreecommitdiff
path: root/sc/inc/defaultsoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/defaultsoptions.hxx')
-rw-r--r--sc/inc/defaultsoptions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/defaultsoptions.hxx b/sc/inc/defaultsoptions.hxx
index db992ac8542e..7157db86c80b 100644
--- a/sc/inc/defaultsoptions.hxx
+++ b/sc/inc/defaultsoptions.hxx
@@ -52,7 +52,7 @@ public:
virtual ~ScTpDefaultsItem();
virtual bool operator==( const SfxPoolItem& ) const override;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const override;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
const ScDefaultsOptions& GetDefaultsOptions() const { return theOptions; }