summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/LockType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/LockType.idl')
-rw-r--r--offapi/com/sun/star/ucb/LockType.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/LockType.idl b/offapi/com/sun/star/ucb/LockType.idl
index 3187e4bfecab..1cb1f7a35503 100644
--- a/offapi/com/sun/star/ucb/LockType.idl
+++ b/offapi/com/sun/star/ucb/LockType.idl
@@ -20,18 +20,15 @@
#ifndef __com_sun_star_ucb_LockType_idl__
#define __com_sun_star_ucb_LockType_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** specifies the access type of a lock.
@see LockEntry
*/
published enum LockType
{
- //-------------------------------------------------------------------------
/** specifies a write lock.
*/
WRITE
@@ -40,7 +37,6 @@ published enum LockType
// /** read lock.
// */
// READ,
-//
// //-------------------------------------------------------------------------
// /** read-write lock.
// */
@@ -48,7 +44,6 @@ published enum LockType
};
-//=============================================================================
}; }; }; };