summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/PasswordContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/PasswordContainer.idl')
-rw-r--r--offapi/com/sun/star/task/PasswordContainer.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/task/PasswordContainer.idl b/offapi/com/sun/star/task/PasswordContainer.idl
index b66802482e33..530b912e2f3d 100644
--- a/offapi/com/sun/star/task/PasswordContainer.idl
+++ b/offapi/com/sun/star/task/PasswordContainer.idl
@@ -34,8 +34,8 @@ module com { module sun { module star { module task {
The persistent way is only possible if configuration allows to use storage.
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>
+ To allow such an interaction, an object that implements XInteractionHandler
+ interface should be provided. For this purpose InteractionHandler
service can be used.
</p>
@@ -43,7 +43,7 @@ module com { module sun { module star { module task {
In case no interaction handler is provided all passwords are stored
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
+ NoMasterException exception is thrown to let user use
non-persistent way explicitly.
</p>
*/