diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:26:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:55 +0100 |
commit | b4af1664402ce1008e168d18e5e10b5d8f946f1c (patch) | |
tree | ebbbeca9ce190b95ad4fe0dd74a5ead68df6f546 /include/ucbhelper/macros.hxx | |
parent | 05b4902145b0924393b5ae4d9e9dfb92d2926b99 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I3003db8a411740db48c2e0c6ecd81a7fd9209e6c
Diffstat (limited to 'include/ucbhelper/macros.hxx')
-rw-r--r-- | include/ucbhelper/macros.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx index 0cf62a46fef3..97e80454f871 100644 --- a/include/ucbhelper/macros.hxx +++ b/include/ucbhelper/macros.hxx @@ -52,7 +52,7 @@ css::uno::Sequence< css::uno::Type > SAL_CALL \ Class::getTypes() \ throw( css::uno::RuntimeException, std::exception ) \ { \ - static cppu::OTypeCollection* pCollection = NULL; \ + static cppu::OTypeCollection* pCollection = nullptr; \ if ( !pCollection ) \ { \ osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); \ |