[Libreoffice-commits] core.git: include/comphelper
Stephan Bergmann
sbergman at redhat.com
Sun Jan 24 23:20:59 PST 2016
include/comphelper/interfacecontainer2.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7d49f78accc5279dd01296d44818c6ebfdb4023e
Author: Stephan Bergmann <sbergman at 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) {}
};
}
More information about the Libreoffice-commits
mailing list