include/cppuhelper/interfacecontainer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit da4121ee730a3c4c95bfc717c76ec016e6861737 Author: Julien Nabet <serval2...@yahoo.fr> Date: Thu Mar 29 15:59:27 2018 +0200 Fix indent in interfacecontainer.hxx Change-Id: I85ab503b52e9d5fa20fcc20b136c92ce5cb7b6cf Reviewed-on: https://gerrit.libreoffice.org/52078 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/include/cppuhelper/interfacecontainer.hxx b/include/cppuhelper/interfacecontainer.hxx index b30adbab96c3..62d7eacda5e9 100644 --- a/include/cppuhelper/interfacecontainer.hxx +++ b/include/cppuhelper/interfacecontainer.hxx @@ -91,7 +91,7 @@ OInterfaceContainerHelper * OMultiTypeInterfaceContainerHelperVar< key , hashImp { ::osl::MutexGuard aGuard( rMutex ); - typename InterfaceMap::iterator iter = find( rKey ); + typename InterfaceMap::iterator iter = find( rKey ); if( iter != m_pMap->end() ) return static_cast<OInterfaceContainerHelper*>( (*iter).second ); return NULL; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits