summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/UrlRecord.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/UrlRecord.idl')
-rw-r--r--offapi/com/sun/star/task/UrlRecord.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/task/UrlRecord.idl b/offapi/com/sun/star/task/UrlRecord.idl
index e3a22e49caac..d5e3f79342fb 100644
--- a/offapi/com/sun/star/task/UrlRecord.idl
+++ b/offapi/com/sun/star/task/UrlRecord.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/task/UserRecord.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/* List of users with their passwords for the url pattern.
*/
published struct UrlRecord
@@ -37,7 +35,6 @@ published struct UrlRecord
sequence<UserRecord> UserList;
};
-//=============================================================================
}; }; }; };