summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2001-05-11 16:55:43 +0000
committerMikhail Voitenko <mav@openoffice.org>2001-05-11 16:55:43 +0000
commitdde39b1d5d1411e9d66c573eec57afb90cd0ce25 (patch)
tree82220cac619ab3d05fc4c1b11419c6fff4643edf /offapi
parentd5be0b26fc55e1adbd7624d3a8f72dca916e6266 (diff)
#83779# add remove method
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/task/XPasswordContainer.idl18
1 files changed, 15 insertions, 3 deletions
diff --git a/offapi/com/sun/star/task/XPasswordContainer.idl b/offapi/com/sun/star/task/XPasswordContainer.idl
index 278aad0ac..a238d5380 100644
--- a/offapi/com/sun/star/task/XPasswordContainer.idl
+++ b/offapi/com/sun/star/task/XPasswordContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPasswordContainer.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mav $ $Date: 2001-05-11 11:57:34 $
+ * last change: $Author: mav $ $Date: 2001-05-11 17:55:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,7 @@ module com { module sun { module star { module task {
//=============================================================================
/** Allows to save passwords with URL-pattern, to use them later.
*/
+[ uik(F13D7F6A-73A2-40E2-9A2F1DBC-24835A0E), ident( "XPasswordContainer", 1.0 ) ]
interface XPasswordContainer : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -138,7 +139,18 @@ interface XPasswordContainer : com::sun::star::uno::XInterface
@returns Best matched url-pattern for the username.
*/
UrlRecord findForName( [in] string Url, [in] string UserName , [in] XInteractionHandler Handler );
-
+
+ //-------------------------------------------------------------------------
+ /** Remove passwords for the url pattern and username.
+
+ @param Url URL-pattern to remove passwords for.
+
+ @param UserName Username to remove passwords for.
+
+ */
+ void remove( [in] string Url, [in] string UserName );
+
+
//-------------------------------------------------------------------------
/** Remove passwords for the url pattern and username from the file.