summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/textparagraphpropertiescontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/textparagraphpropertiescontext.cxx')
-rw-r--r--oox/source/drawingml/textparagraphpropertiescontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textparagraphpropertiescontext.cxx b/oox/source/drawingml/textparagraphpropertiescontext.cxx
index f811cdb60f5c..c152a99eb679 100644
--- a/oox/source/drawingml/textparagraphpropertiescontext.cxx
+++ b/oox/source/drawingml/textparagraphpropertiescontext.cxx
@@ -142,7 +142,7 @@ TextParagraphPropertiesContext::~TextParagraphPropertiesContext()
{
Sequence< TabStop > aSeq( nTabCount );
TabStop * aArray = aSeq.getArray();
- OSL_ENSURE( aArray != NULL, "sequence array is NULL" );
+ OSL_ENSURE( aArray != nullptr, "sequence array is NULL" );
::std::copy( maTabList.begin(), maTabList.end(), aArray );
rPropertyMap.setProperty( PROP_ParaTabStops, aSeq);
}