From eb8530cc90ff12fa79ac24fd9703422a7e8c8415 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Nov 2014 11:59:36 +0200 Subject: fix sparc build after my commit e7bc3cab019fbf040f9fb8b53ae2cf3f977d200b "remove boilerplate in UNO Exception constructor calls" Change-Id: Iccf79e3c41c860e15078b791fed551a9526aa453 --- bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges') diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx b/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx index 4cad13eb15f0..51ad964b9e46 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 ) ); } } -- cgit