diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-10-19 13:31:48 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-10-19 13:31:48 +0000 |
commit | 6837ebd01d12987cb9b6f49cf062821102ccfc26 (patch) | |
tree | 1fcca3608dd98098bd11047ee6973f31ec6e2aff /bridges/source | |
parent | 2825cb338259039e98d398f1add73a0251f7354b (diff) |
#92951#
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_intel/except.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx b/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx index 0d9c797975a9..ba41b7a23691 100644 --- a/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx @@ -2,9 +2,9 @@ * * $RCSfile: except.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dbo $ $Date: 2001-10-19 13:32:39 $ + * last change: $Author: dbo $ $Date: 2001-10-19 14:31:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -205,7 +205,6 @@ void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp ) void * pCppExc; type_info * rtti; - fprintf( stderr, ">1\n" ); { // construct cpp exception object typelib_TypeDescription * pTypeDescr = 0; |