summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/UserRecord.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/UserRecord.idl')
-rw-r--r--offapi/com/sun/star/task/UserRecord.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/task/UserRecord.idl b/offapi/com/sun/star/task/UserRecord.idl
index 9d24eabd8f4c..f5493069579e 100644
--- a/offapi/com/sun/star/task/UserRecord.idl
+++ b/offapi/com/sun/star/task/UserRecord.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_task_UserRecord_idl__
#define __com_sun_star_task_UserRecord_idl__
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/* Specifies user/password entries for <type>UrlRecord</type>.
*/
published struct UserRecord
@@ -35,7 +33,6 @@ published struct UserRecord
sequence<string> Passwords;
};
-//=============================================================================
}; }; }; };