summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-19 12:09:08 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-19 12:09:08 +0000
commit434c4038d8c2efccf4bbe58b4191d47540fe5ffd (patch)
treed75296fe9bd4d22b422178b61cdd145e7354e0ff /bridges
parent9de03227573fa953752c109f332ef55e165a68a3 (diff)
INTEGRATION: CWS uno8eabugs01 (1.1.1.1.182); FILE MERGED
2004/05/17 14:17:21 kso 1.1.1.1.182.1: #116445# - Improved exception handling.
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/cc50_solaris_intel.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/cc50_solaris_intel.hxx b/bridges/source/cpp_uno/cc50_solaris_intel/cc50_solaris_intel.hxx
index 25d89a8538ed..82fee70ec7d4 100644
--- a/bridges/source/cpp_uno/cc50_solaris_intel/cc50_solaris_intel.hxx
+++ b/bridges/source/cpp_uno/cc50_solaris_intel/cc50_solaris_intel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cc50_solaris_intel.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:28:48 $
+ * last change: $Author: rt $ $Date: 2004-05-19 13:09:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,8 +98,12 @@ namespace CPPU_CURRENT_NAMESPACE
//#### exceptions ##################################################################################
//##################################################################################################
-void cc50_solaris_intel_raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp );
-void cc50_solaris_intel_fillUnoException( void*, const char*, uno_Any*, uno_Mapping * pCpp2Uno );
+void cc50_solaris_intel_raiseException(
+ uno_Any * pUnoExc, uno_Mapping * pUno2Cpp );
+void cc50_solaris_intel_fillUnoException(
+ void*, const char*,
+ typelib_TypeDescription * pExcTypeDescr,
+ uno_Any*, uno_Mapping * pCpp2Uno );
}