diff options
author | Kevin Hunter <hunteke@earlham.edu> | 2010-11-08 05:31:43 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-09 16:54:18 +0000 |
commit | 3ccc6956d380a5d475a78203879b5aafb4942574 (patch) | |
tree | 384012d278375ba10a6f19c32bc20f9a33e8ec73 /bridges | |
parent | 35947e863677ebc86415d62073a74845a4970880 (diff) |
Remove some commented out code.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx b/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx index f13bcfbe2..ab245faea 100644 --- a/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx +++ b/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx @@ -260,13 +260,6 @@ static typelib_TypeClass cpp_mediate( OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index!" ); -// if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) -// { -// RuntimeException aExc; -// aExc.Message = OUString::createFromAscii("illegal vtable index!"); -// aExc.Context = (XInterface *)pThis; -// throw aExc; -// } // determine called method sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; @@ -356,15 +349,6 @@ static typelib_TypeClass cpp_mediate( } break; } -// default: -// { -// RuntimeException aExc; -// aExc.Message = OUString::createFromAscii("no member description found!"); -// aExc.Context = (XInterface *)pThis; -// throw aExc; -// // is here for dummy -// eRet = typelib_TypeClass_VOID; -// } } return eRet; |