summaryrefslogtreecommitdiff
path: root/include/osl/diagnose.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/diagnose.hxx')
-rw-r--r--include/osl/diagnose.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index 577b07c91d83..deccf8bcb7be 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -121,7 +121,7 @@ public:
VoidPointerSet::const_iterator iPos(m_data.m_addresses.begin());
VoidPointerSet::const_iterator const iEnd(m_data.m_addresses.end());
for ( ; iPos != iEnd; ++iPos ) {
- SAL_WARN_IF( *iPos == 0, "sal.debug", "null pointer" );
+ SAL_WARN_IF( *iPos == NULL, "sal.debug", "null pointer" );
}
}
return bRet;