From 44404b7a6c7bb3b95d03094abb745f29a5154959 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 30 Apr 2013 15:58:24 +0200 Subject: *api: fix all unknown commands Change-Id: Ied26925485b2be649cabafff338e6d78c7bd17b3 --- offapi/com/sun/star/task/XPasswordContainer2.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/task') diff --git a/offapi/com/sun/star/task/XPasswordContainer2.idl b/offapi/com/sun/star/task/XPasswordContainer2.idl index 4723d25f531c..a3702924c2da 100644 --- a/offapi/com/sun/star/task/XPasswordContainer2.idl +++ b/offapi/com/sun/star/task/XPasswordContainer2.idl @@ -35,7 +35,7 @@ published interface XPasswordContainer2 /** handles passwords

- Use this interface to store\retrieve passwords. + Use this interface to store or retrieve passwords.

*/ interface com::sun::star::task::XPasswordContainer; @@ -43,7 +43,7 @@ published interface XPasswordContainer2 /** handles passwords

- Use this interface to store\retrieve passwords. + Use this interface to store or retrieve passwords.

*/ interface com::sun::star::task::XMasterPasswordHandling2; -- cgit