summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task
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
commit6393128274a997b569e0c513043af2ea8d2580ed (patch)
treea29d9844a33bf38ba8b15368c566ffdb0a01e447 /offapi/com/sun/star/task
parent9fde74aaaca241912f41b2d9134b356aace25e71 (diff)
#83779# add remove method
Diffstat (limited to 'offapi/com/sun/star/task')
-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 9283f03db3aa..822843b4515e 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
{
//-------------------------------------------------------------------------