From 261f97dce016fb388044b1ee46f45a1cf264369d Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 13 Apr 2004 10:55:26 +0000 Subject: INTEGRATION: CWS unopkg1 (1.10.108); FILE MERGED 2004/01/27 16:33:40 kso 1.10.108.1: #112920# - Added property 'RuntimeUID'. --- offapi/com/sun/star/document/OfficeDocument.idl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/document/OfficeDocument.idl') 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

*/ [property, optional] boolean ApplyFormDesignMode; + + //------------------------------------------------------------------------- + /** contains a unique id for the document + +

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.

+ */ + [property, optional, readonly] string RuntimeUID; }; //============================================================================= -- cgit