summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accpara.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accpara.hxx')
-rw-r--r--sw/source/core/access/accpara.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accpara.hxx b/sw/source/core/access/accpara.hxx
index d9831f320fc2..2433e03ad6a1 100644
--- a/sw/source/core/access/accpara.hxx
+++ b/sw/source/core/access/accpara.hxx
@@ -192,7 +192,7 @@ protected:
SwAccessiblePortionData& GetPortionData()
throw( css::uno::RuntimeException )
{
- if( pPortionData == NULL )
+ if( pPortionData == nullptr )
UpdatePortionData();
return *pPortionData;
}