summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-09 15:18:59 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-09 16:13:50 +0200
commit956c632e34d47099a2a0d6b084a4e30d26eaa0c0 (patch)
tree445d23ba68da51152c06806323a98379d3180fbb /offapi/com/sun/star/task
parent24f609b51243b052f38930fbc902c4a95f0e94a0 (diff)
Fix typos
Change-Id: I76fe3da0ab62afa1cc07dafcd97c3cd06a7a23a1 Reviewed-on: https://gerrit.libreoffice.org/77205 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star/task')
-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.