summaryrefslogtreecommitdiff
path: root/sw/inc/index.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/index.hxx')
-rw-r--r--sw/inc/index.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx
index 09289a382e7e..d7b6fef945d6 100644
--- a/sw/inc/index.hxx
+++ b/sw/inc/index.hxx
@@ -123,7 +123,7 @@ protected:
virtual void Update( SwIndex const & rPos, const sal_Int32 nChangeLen,
const bool bNegative = false, const bool bDelete = false );
- bool HasAnyIndex() const { return 0 != m_pFirst; }
+ bool HasAnyIndex() const { return nullptr != m_pFirst; }
public:
SwIndexReg();