include/comphelper/interfacecontainer2.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d49f78accc5279dd01296d44818c6ebfdb4023e
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Jan 25 08:20:01 2016 +0100

    loplugin:nullptr
    
    Change-Id: I43a0d543d1f258a2a9be34e4594dfd75d6ee684d

diff --git a/include/comphelper/interfacecontainer2.hxx 
b/include/comphelper/interfacecontainer2.hxx
index 228fc21..be13ddb 100644
--- a/include/comphelper/interfacecontainer2.hxx
+++ b/include/comphelper/interfacecontainer2.hxx
@@ -50,7 +50,7 @@ namespace detail {
     {
         std::vector< css::uno::Reference< css::uno::XInterface > > *pAsVector;
         css::uno::XInterface * pAsInterface;
-        element_alias2() : pAsInterface(NULL) {}
+        element_alias2() : pAsInterface(nullptr) {}
     };
 
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to