summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/XMasterPasswordHandling2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/XMasterPasswordHandling2.idl')
-rw-r--r--offapi/com/sun/star/task/XMasterPasswordHandling2.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/task/XMasterPasswordHandling2.idl b/offapi/com/sun/star/task/XMasterPasswordHandling2.idl
index 39a79d55dcfa..8842030db072 100644
--- a/offapi/com/sun/star/task/XMasterPasswordHandling2.idl
+++ b/offapi/com/sun/star/task/XMasterPasswordHandling2.idl
@@ -31,16 +31,13 @@
#include <com/sun/star/task/XInteractionHandler.idl>
#include <com/sun/star/task/XMasterPasswordHandling.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** allows to change the master password, or let it be requested and checked.
*/
interface XMasterPasswordHandling2 : XMasterPasswordHandling
{
- //-------------------------------------------------------------------------
/** allows to let the default password be used
<p>
@@ -51,14 +48,12 @@ interface XMasterPasswordHandling2 : XMasterPasswordHandling
*/
boolean useDefaultMasterPassword( [in] XInteractionHandler xHandler );
- //-------------------------------------------------------------------------
/** allows to detect whether the default master password is used
*/
boolean isDefaultMasterPasswordUsed();
};
-//=============================================================================
}; }; }; };