summaryrefslogtreecommitdiff
path: root/sal/rtl/strbuf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/strbuf.cxx')
-rw-r--r--sal/rtl/strbuf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/strbuf.cxx b/sal/rtl/strbuf.cxx
index b88b0d9585c1..374f329f5a55 100644
--- a/sal/rtl/strbuf.cxx
+++ b/sal/rtl/strbuf.cxx
@@ -78,7 +78,7 @@ void SAL_CALL rtl_stringbuffer_ensureCapacity
if (minimumCapacity > *capacity)
{
rtl_String * pTmp = *This;
- rtl_String * pNew = NULL;
+ rtl_String * pNew = nullptr;
*capacity = ((*This)->length + 1) * 2;
if (minimumCapacity > *capacity)
/* still lower, set to the minimum capacity */