diff options
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx index fee1483180cf..864f80d7a615 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx @@ -207,7 +207,7 @@ static inline typelib_TypeClass cpp2uno_call( } if ( pReturnTD ) { - typelib_TypeClass eRet = (typelib_TypeClass)pReturnTD->eTypeClass; + typelib_TypeClass eRet = pReturnTD->eTypeClass; TYPELIB_DANGER_RELEASE( pReturnTD ); return eRet; } |