summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/XInteractionPassword2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/XInteractionPassword2.idl')
-rw-r--r--offapi/com/sun/star/task/XInteractionPassword2.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/task/XInteractionPassword2.idl b/offapi/com/sun/star/task/XInteractionPassword2.idl
index 91fab2de4408..c7d98e77549a 100644
--- a/offapi/com/sun/star/task/XInteractionPassword2.idl
+++ b/offapi/com/sun/star/task/XInteractionPassword2.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/task/XInteractionPassword.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** A continuation to get a password from interaction helper, extends
<type>XInteractionPassword</type> with possibility to provide password
to modify.
@@ -34,23 +32,19 @@ module com { module sun { module star { module task {
*/
published interface XInteractionPassword2 : ::com::sun::star::task::XInteractionPassword
{
- //-------------------------------------------------------------------------
/** stores "password to modify" to the continuation.
*/
void setPasswordToModify( [in] string aPasswd );
- //-------------------------------------------------------------------------
/** gets "password to modify" from the continuation.
*/
string getPasswordToModify();
- //-------------------------------------------------------------------------
/** stores "recommend readonly" to the continuation. It specifies whether
the document should be loaded readonly per default.
*/
void setRecommendReadOnly( [in] boolean bReadOnly );
- //-------------------------------------------------------------------------
/** gets "recommend readonly" from the continuation. It specifies whether
the document should be loaded readonly per default.
*/
@@ -59,7 +53,6 @@ published interface XInteractionPassword2 : ::com::sun::star::task::XInteraction
};
-//=============================================================================
}; }; }; };