summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2001-05-11 16:57:12 +0000
committerMikhail Voitenko <mav@openoffice.org>2001-05-11 16:57:12 +0000
commitca18b59d6a27637251022e8f80f394fa0e1ed71e (patch)
tree4af5b23a52106a21b023f28294c3966328ea464e /offapi
parentdde39b1d5d1411e9d66c573eec57afb90cd0ce25 (diff)
#83779# add remove method
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/task/XPasswordContainer.idl5
1 files changed, 2 insertions, 3 deletions
diff --git a/offapi/com/sun/star/task/XPasswordContainer.idl b/offapi/com/sun/star/task/XPasswordContainer.idl
index a238d5380..4eaa454e1 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mav $ $Date: 2001-05-11 17:55:43 $
+ * last change: $Author: mav $ $Date: 2001-05-11 17:57:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,6 @@ 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
{
//-------------------------------------------------------------------------