This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 08aa2b3  revert
08aa2b3 is described below

commit 08aa2b3311a78fdb2aa95423acb4a085b272a28e
Author: Jim Jagielski <jim...@gmail.com>
AuthorDate: Tue Dec 1 22:32:31 2020 -0500

    revert
---
 main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/except.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/except.cxx 
b/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/except.cxx
index bfe18db..7902bd9 100644
--- a/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/except.cxx
+++ b/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/except.cxx
@@ -187,7 +187,7 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription 
*pTypeDescr ) SAL_THR
                     type_info * base_rtti = getRTTI(
                         (typelib_CompoundTypeDescription 
*)pTypeDescr->pBaseTypeDescription );
                     rtti = new __si_class_type_info(
-                        strdup( rttiName ), (__class_type_info *)base_rtti );
+                        strdup( rttiName ), static_cast<__class_type_info 
*>(base_rtti) );
                 }
                 else
                 {

Reply via email to