summaryrefslogtreecommitdiff
path: root/include/cppuhelper/interfacecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/interfacecontainer.hxx')
-rw-r--r--include/cppuhelper/interfacecontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/interfacecontainer.hxx b/include/cppuhelper/interfacecontainer.hxx
index a87bdccc74cd..9b858f9b2e54 100644
--- a/include/cppuhelper/interfacecontainer.hxx
+++ b/include/cppuhelper/interfacecontainer.hxx
@@ -90,7 +90,7 @@ OInterfaceContainerHelper * OMultiTypeInterfaceContainerHelperVar< key , hashImp
typename InterfaceMap::iterator iter = find( rKey );
if( iter != m_pMap->end() )
return static_cast<OInterfaceContainerHelper*>( (*iter).second );
- return 0;
+ return NULL;
}