summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/LockEntry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/LockEntry.idl')
-rw-r--r--offapi/com/sun/star/ucb/LockEntry.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/LockEntry.idl b/offapi/com/sun/star/ucb/LockEntry.idl
index 1a7c677064be..f2396dd4483b 100644
--- a/offapi/com/sun/star/ucb/LockEntry.idl
+++ b/offapi/com/sun/star/ucb/LockEntry.idl
@@ -22,27 +22,22 @@
#include <com/sun/star/ucb/LockScope.idl>
#include <com/sun/star/ucb/LockType.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** defines the types of locks that can be used with a resource.
*/
published struct LockEntry
{
- //-------------------------------------------------------------------------
/** defines the lock's scope.
*/
LockScope Scope;
- //-------------------------------------------------------------------------
/** defines the type of the lock.
*/
LockType Type;
};
-//=============================================================================
}; }; }; };