summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl b/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl
index 4247d7720f45..268082f222f3 100644
--- a/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl
@@ -22,18 +22,15 @@
#include <com/sun/star/ucb/InteractiveLockingException.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** An error indicating that the resource is locked.
@since OOo 3.3
*/
/*published*/ exception InteractiveLockingLockedException : com::sun::star::ucb::InteractiveLockingException
{
- //-------------------------------------------------------------------------
/** The owner of the lock.
<true/>, the lock has been obtained by this OOo session.
@@ -42,7 +39,6 @@ module com { module sun { module star { module ucb {
boolean SelfOwned;
};
-//=============================================================================
}; }; }; };