[Libreoffice-commits] core.git: bridges/source
David Tardon
dtardon at redhat.com
Sat Jun 22 06:24:02 PDT 2013
bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 0291994f133644683e5d4fdea91c61471531bc93
Author: David Tardon <dtardon at redhat.com>
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!" );
More information about the Libreoffice-commits
mailing list