diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-08-20 11:31:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-08-20 11:31:10 +0000 |
commit | b47999d23f9ac408b92ba57a6709660c853349af (patch) | |
tree | 348a493b534fa1ef42fdb5d2ab432c07dc6e583d | |
parent | 929ea8ab45e885ca49bcc6310787f1135545fb26 (diff) |
#65293# #87576# dont pass solaris
-rw-r--r-- | uui/source/iahndl.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index a8235ecc01f4..b109c6503b5a 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: iahndl.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: sb $ $Date: 2001-08-20 07:10:12 $ + * last change: $Author: obo $ $Date: 2001-08-20 12:31:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -440,6 +440,7 @@ UUIInteractionHandler::getSupportedServiceNames() void SAL_CALL UUIInteractionHandler::initialize( star::uno::Sequence< star::uno::Any > const & rArguments) + throw (star::uno::Exception) { osl::MutexGuard aGuard(m_aMutex); m_aArguments = rArguments; |