summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index ebec49ea9d00..f16e0d49d59f 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -625,8 +625,7 @@ RaiseInfo::RaiseInfo(typelib_TypeDescription * pTD)throw ()
for (pCompTD = (typelib_CompoundTypeDescription*)pTD;
pCompTD; pCompTD = pCompTD->pBaseTypeDescription)
{
- typelib_TypeDescription * pTD = (typelib_TypeDescription *)pCompTD;
- int typeInfoLen = mscx_getRTTI_len(pTD->pTypeName);
+ int typeInfoLen = mscx_getRTTI_len(pCompTD->aBase.pTypeName);
// Mem has to be on 4-byte Boundary
if (typeInfoLen % 4 != 0)
{