summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/DocumentMSPasswordRequest.idl')
-rw-r--r--offapi/com/sun/star/task/DocumentMSPasswordRequest.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl b/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl
index 13bc09322359..3243dc238638 100644
--- a/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl
+++ b/offapi/com/sun/star/task/DocumentMSPasswordRequest.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/task/PasswordRequest.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** this request specifies the mode in which the password for Microsoft Office file format encryption should be asked
<P>
@@ -39,14 +37,12 @@ module com { module sun { module star { module task {
*/
published exception DocumentMSPasswordRequest: PasswordRequest
{
- //-------------------------------------------------------------------------
/** the name of the document
*/
string Name;
};
-//=============================================================================
}; }; }; };