[Libreoffice-commits] core.git: bridges/source
Stephan Bergmann
sbergman at redhat.com
Thu Mar 23 18:29:24 UTC 2017
bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3d53ec9b2d1c4514adf90ea68915f20ce4d5bc81
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Mar 23 19:29:04 2017 +0100
loplugin:redundantcast
Change-Id: I1bc2fbe98f24b173cfda4661f812575a2008c792
diff --git a/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx
index e16b2f12b437..e639e0c1167f 100644
--- a/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx
@@ -241,7 +241,7 @@ static typelib_TypeClass cpp2uno_call(
}
if ( pReturnTypeDescr )
{
- typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass;
+ typelib_TypeClass eRet = pReturnTypeDescr->eTypeClass;
TYPELIB_DANGER_RELEASE( pReturnTypeDescr );
return eRet;
}
More information about the Libreoffice-commits
mailing list