summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/ConnectionLostException.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/ConnectionLostException.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl b/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl
index f6213e9327c5..e39e894252a4 100644
--- a/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl
+++ b/offapi/com/sun/star/configuration/backend/ConnectionLostException.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,18 +36,18 @@ module com { module sun { module star { module configuration {
module backend {
/**
- Exception thrown when the connection to the underlying backend was lost
+ Exception thrown when the connection to the underlying backend was lost
irrecoverably.
- <p> Any future attempts to access data from the backend through this object
+ <p> Any future attempts to access data from the backend through this object
will also fail.
- </p>
+ </p>
@since OOo 1.1.2
*/
published exception ConnectionLostException : BackendAccessException {
} ;
-
+
} ;
} ; } ; } ; } ;