summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/InteractiveLockingException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveLockingException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveLockingException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveLockingException.idl b/offapi/com/sun/star/ucb/InteractiveLockingException.idl
index 3a9888d4b350..cbb00d46b287 100644
--- a/offapi/com/sun/star/ucb/InteractiveLockingException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveLockingException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/ClassifiedInteractionRequest.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** An error related to locking operations.
<p> Various meaningful errors are derived from this exception. </p>
@@ -35,13 +33,11 @@ module com { module sun { module star { module ucb {
*/
/*published*/ exception InteractiveLockingException : com::sun::star::task::ClassifiedInteractionRequest
{
- //-------------------------------------------------------------------------
/** The Url of the resource this exception is related to.
*/
string Url;
};
-//=============================================================================
}; }; }; };