summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/LockScope.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/LockScope.idl')
-rw-r--r--offapi/com/sun/star/ucb/LockScope.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/LockScope.idl b/offapi/com/sun/star/ucb/LockScope.idl
index d7ef87746da3..0e8933df5916 100644
--- a/offapi/com/sun/star/ucb/LockScope.idl
+++ b/offapi/com/sun/star/ucb/LockScope.idl
@@ -20,29 +20,24 @@
#ifndef __com_sun_star_ucb_LockScope_idl__
#define __com_sun_star_ucb_LockScope_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** defines the scope of a lock.
@see LockEntry
*/
published enum LockScope
{
- //-------------------------------------------------------------------------
/** the lock is exclusive.
*/
EXCLUSIVE,
- //-------------------------------------------------------------------------
/** the lock is shared.
*/
SHARED
};
-//=============================================================================
}; }; }; };