You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/12/02 03:33:29 UTC

[openoffice] branch AOO42X updated: revert

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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 1eb40c5  revert
1eb40c5 is described below

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

    revert
    
    (cherry picked from commit 08aa2b3311a78fdb2aa95423acb4a085b272a28e)
---
 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
                 {