summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acctable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/acctable.hxx')
-rw-r--r--sw/source/core/access/acctable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/acctable.hxx b/sw/source/core/access/acctable.hxx
index 4da22af9a5a8..b2f3800b44c1 100644
--- a/sw/source/core/access/acctable.hxx
+++ b/sw/source/core/access/acctable.hxx
@@ -81,7 +81,7 @@ protected:
inline SwAccessibleTableData_Impl& GetTableData();
// Is table data evailable?
- bool HasTableData() const { return (mpTableData != 0); }
+ bool HasTableData() const { return (mpTableData != nullptr); }
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override;