bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 0291994f133644683e5d4fdea91c61471531bc93 Author: David Tardon <[email protected]> Date: Sat Jun 22 11:02:42 2013 -0400 fix debug build on s390x Change-Id: Ic1d5e98f371727f0c452495d5f9cb40ec73ffe9d diff --git a/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx index c2bfe5e..8242ed1 100644 --- a/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx @@ -375,7 +375,6 @@ static typelib_TypeClass cpp_mediate( } // determine called method - OSL_ENSURE( nVtableCall < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index!" ); sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
