From 6a1db8ffb51fdc5660b973e197651cda98bcce94 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 14:32:38 +0000 Subject: [PATCH] INTEGRATION: CWS sb18 (1.6.136); FILE MERGED 2004/05/21 15:09:19 sb 1.6.136.1: #i21150# Added published flag. --- .../com/sun/star/connection/AlreadyAcceptingException.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl b/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl index 959bf0fb0744..ea1de2df4352 100644 --- a/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl +++ b/udkapi/com/sun/star/connection/AlreadyAcceptingException.idl @@ -2,9 +2,9 @@ * * $RCSfile: AlreadyAcceptingException.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2001-10-12 16:04:15 $ + * last change: $Author: obo $ $Date: 2004-06-03 15:32:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,7 @@ /** Is thrown, when there is another thread already accepting on this instance. */ -exception AlreadyAcceptingException: com::sun::star::uno::Exception +published exception AlreadyAcceptingException: com::sun::star::uno::Exception { };