diff options
Diffstat (limited to 'offapi/com/sun/star/task/PasswordContainer.idl')
-rw-r--r-- | offapi/com/sun/star/task/PasswordContainer.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/task/PasswordContainer.idl b/offapi/com/sun/star/task/PasswordContainer.idl index a0b9836b8..80729b3e0 100644 --- a/offapi/com/sun/star/task/PasswordContainer.idl +++ b/offapi/com/sun/star/task/PasswordContainer.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module task { <p> A password can be stored for the session period or persistently. The persistent way is only possible if configuration allows to use storage. - It stores passwords encripted with a super password. An interaction + It stores passwords encrypted with a super password. An interaction is used to ask a user for a super password. To allow such an interaction, an object that implements <type>XInteractionHandler</type> interface should be provided. For this purpose <type>InteractionHandler</type> @@ -54,7 +54,7 @@ module com { module sun { module star { module task { for the session period. In case an interaction handler is provided, but the super password interaction does not return super password ( for any reason ), <type>NoMasterException</type> exception is thrown to let user use - nonpersistent way explicitly. + non-persistent way explicitly. </p> */ published service PasswordContainer |