summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/XPasswordContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/XPasswordContainer.idl')
-rw-r--r--offapi/com/sun/star/task/XPasswordContainer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/task/XPasswordContainer.idl b/offapi/com/sun/star/task/XPasswordContainer.idl
index 93e2d3705d57..a105deabd83c 100644
--- a/offapi/com/sun/star/task/XPasswordContainer.idl
+++ b/offapi/com/sun/star/task/XPasswordContainer.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module task {
*/
published interface XPasswordContainer : com::sun::star::uno::XInterface
{
- /** Save passwords in to the container.
+ /** Save passwords into the container.
@param Url URL-pattern, that will be used later to retrieve
passwords.
@@ -46,7 +46,7 @@ published interface XPasswordContainer : com::sun::star::uno::XInterface
*/
void add( [in] string Url, [in] string UserName, [in] sequence<string> Passwords, [in] XInteractionHandler Handler );
- /** Save passwords in to the container, and store them in the file.
+ /** Save passwords into the container, and store them in the file.
@param Url URL-pattern, that will be used later to retrieve
passwords.