summaryrefslogtreecommitdiff
path: root/sal/osl/all/debugbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/all/debugbase.cxx')
-rw-r--r--sal/osl/all/debugbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/all/debugbase.cxx b/sal/osl/all/debugbase.cxx
index 0f233f8b637b..c0f0a63c0ccf 100644
--- a/sal/osl/all/debugbase.cxx
+++ b/sal/osl/all/debugbase.cxx
@@ -35,7 +35,7 @@ struct StaticDebugBaseAddressFilter
: rtl::StaticWithInit<OStringVec, StaticDebugBaseAddressFilter> {
OStringVec operator()() const {
OStringVec vec;
- rtl_uString * pStr = 0;
+ rtl_uString * pStr = nullptr;
rtl::OUString const name(
"OSL_DEBUGBASE_STORE_ADDRESSES" );
if (osl_getEnvironment( name.pData, &pStr ) == osl_Process_E_None) {