[Libreoffice-commits] core.git: bridges/source

Noel Grandin noel at peralex.com
Mon Nov 3 02:00:58 PST 2014


 bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb8530cc90ff12fa79ac24fd9703422a7e8c8415
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Nov 3 11:59:36 2014 +0200

    fix sparc build
    
    after my commit e7bc3cab019fbf040f9fb8b53ae2cf3f977d200b
    "remove boilerplate in UNO Exception constructor calls"
    
    Change-Id: Iccf79e3c41c860e15078b791fed551a9526aa453

diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx b/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx
index 4cad13e..51ad964 100644
--- a/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx
@@ -257,7 +257,7 @@ void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp )
     {
         throw RuntimeException(
             OUString("no rtti for type ") +
-            *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
+            *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName )
              );
     }
     }


More information about the Libreoffice-commits mailing list