summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XUniqueIDFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XUniqueIDFactory.idl')
-rw-r--r--offapi/com/sun/star/util/XUniqueIDFactory.idl26
1 files changed, 4 insertions, 22 deletions
diff --git a/offapi/com/sun/star/util/XUniqueIDFactory.idl b/offapi/com/sun/star/util/XUniqueIDFactory.idl
index 18e1714553df..209c3c8b72de 100644
--- a/offapi/com/sun/star/util/XUniqueIDFactory.idl
+++ b/offapi/com/sun/star/util/XUniqueIDFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XUniqueIDFactory.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:11:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,15 +67,14 @@
//=============================================================================
- module com { module sun { module star { module util {
+module com { module sun { module star { module util {
-// DocMerge from xml: interface com::sun::star::util::XUniqueIDFactory
/** creates IDs which are unique within the container.
*/
interface XUniqueIDFactory: com::sun::star::uno::XInterface
{
- // DocMerge: empty anyway
+ /// creates a new ID, unique within this container.
string createUniqueID( );
};
@@ -83,21 +82,4 @@ interface XUniqueIDFactory: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:45:17 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:36:21 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:53:07 mi
- documentation merged from XML
-
- Revision 1.1 1999/11/22 17:51:45 tlx
- DataEditor + UniqIDs
-
-
-=============================================================================*/
#endif