summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/connection
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 14:33:20 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 14:33:20 +0000
commited294e9807173e76741f2f7d970c5274f08f0f75 (patch)
tree9663936bdfdab1b08aa1c848aa6a3d01c835f008 /udkapi/com/sun/star/connection
parent49e8b4492ff76bb4456adbc7ef0f61a4aada375a (diff)
INTEGRATION: CWS sb18 (1.6.136); FILE MERGED
2004/05/21 15:09:20 sb 1.6.136.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/connection')
-rw-r--r--udkapi/com/sun/star/connection/NoConnectException.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/connection/NoConnectException.idl b/udkapi/com/sun/star/connection/NoConnectException.idl
index e290b43a736a..4cebd2f1605e 100644
--- a/udkapi/com/sun/star/connection/NoConnectException.idl
+++ b/udkapi/com/sun/star/connection/NoConnectException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NoConnectException.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:33:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@ module com { module sun { module star { module connection {
/** Is thrown in case no one is accepting on the specified resource.
*/
-exception NoConnectException: com::sun::star::uno::Exception
+published exception NoConnectException: com::sun::star::uno::Exception
{
};