summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/OfficeDocument.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 10:55:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 10:55:26 +0000
commit261f97dce016fb388044b1ee46f45a1cf264369d (patch)
tree2c47f3abde786ae3b47ca84b54157511a35deb78 /offapi/com/sun/star/document/OfficeDocument.idl
parent89c5724bfb583f04f9ced8a9d0c866da5749f59c (diff)
INTEGRATION: CWS unopkg1 (1.10.108); FILE MERGED
2004/01/27 16:33:40 kso 1.10.108.1: #112920# - Added property 'RuntimeUID'.
Diffstat (limited to 'offapi/com/sun/star/document/OfficeDocument.idl')
-rw-r--r--offapi/com/sun/star/document/OfficeDocument.idl13
1 files changed, 11 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/OfficeDocument.idl b/offapi/com/sun/star/document/OfficeDocument.idl
index cc09fefee221..cc77cc0c4819 100644
--- a/offapi/com/sun/star/document/OfficeDocument.idl
+++ b/offapi/com/sun/star/document/OfficeDocument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: OfficeDocument.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 11:07:53 $
+ * last change: $Author: hr $ $Date: 2004-04-13 11:55:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -215,6 +215,15 @@ service OfficeDocument
</p>
*/
[property, optional] boolean ApplyFormDesignMode;
+
+ //-------------------------------------------------------------------------
+ /** contains a unique id for the document
+
+ <p>Once calculated, the id must not change until the document has been
+ closed. Upon closing it will not be made persistent. Thus, the document
+ may get a different id every time it gets loaded.</p>
+ */
+ [property, optional, readonly] string RuntimeUID;
};
//=============================================================================