summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_sparc/share.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_sparc/share.hxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_sparc/share.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc/share.hxx b/bridges/source/cpp_uno/gcc3_linux_sparc/share.hxx
index 116e3fa16244..95f0c15f660c 100644
--- a/bridges/source/cpp_uno/gcc3_linux_sparc/share.hxx
+++ b/bridges/source/cpp_uno/gcc3_linux_sparc/share.hxx
@@ -38,11 +38,11 @@ struct _Unwind_Exception
struct __cxa_exception
{
- ::std::type_info *exceptionType;
+ std::type_info *exceptionType;
void (*exceptionDestructor)(void *);
- ::std::unexpected_handler unexpectedHandler;
- ::std::terminate_handler terminateHandler;
+ std::unexpected_handler unexpectedHandler;
+ std::terminate_handler terminateHandler;
__cxa_exception *nextException;