summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/contentidentifier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/contentidentifier.cxx')
-rw-r--r--ucbhelper/source/provider/contentidentifier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/contentidentifier.cxx b/ucbhelper/source/provider/contentidentifier.cxx
index 29c45d075635..dfd25cdf167f 100644
--- a/ucbhelper/source/provider/contentidentifier.cxx
+++ b/ucbhelper/source/provider/contentidentifier.cxx
@@ -146,7 +146,7 @@ Sequence< com::sun::star::uno::Type > SAL_CALL
ContentIdentifier::getTypes()
throw( RuntimeException, std::exception )
{
- static cppu::OTypeCollection* pCollection = NULL;
+ static cppu::OTypeCollection* pCollection = nullptr;
if ( !pCollection )
{
osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() );