summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/XMLRangeHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/XMLRangeHelper.cxx')
-rw-r--r--sw/source/core/unocore/XMLRangeHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/XMLRangeHelper.cxx b/sw/source/core/unocore/XMLRangeHelper.cxx
index ff19fffbac89..b06e726d75b6 100644
--- a/sw/source/core/unocore/XMLRangeHelper.cxx
+++ b/sw/source/core/unocore/XMLRangeHelper.cxx
@@ -72,7 +72,7 @@ private:
void lcl_getXMLStringForCell( const /*::chart::*/XMLRangeHelper::Cell & rCell, OUStringBuffer * output )
{
- OSL_ASSERT(output != 0);
+ OSL_ASSERT(output != nullptr);
if( rCell.empty())
return;