summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:38:31 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:38:31 +0000
commitdde24a8019c5a0957de13f821b2602708e16c8cb (patch)
tree9dd4f169cd1ae29512737fd5965327bfb99431f0 /offapi/com/sun/star/document
parent8ded83db2b622ebd0e9eab2bb459241378685cc2 (diff)
INTEGRATION: CWS sdk10 (1.7.322); FILE MERGED
2004/02/11 11:49:05 mi 1.7.322.1: #i18954# Theme is not deprecated, Subject is
Diffstat (limited to 'offapi/com/sun/star/document')
-rw-r--r--offapi/com/sun/star/document/DocumentInfo.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/DocumentInfo.idl b/offapi/com/sun/star/document/DocumentInfo.idl
index 3c8dead5c449..d1e28b2cbcd3 100644
--- a/offapi/com/sun/star/document/DocumentInfo.idl
+++ b/offapi/com/sun/star/document/DocumentInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentInfo.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:03:48 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:38:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,6 +149,9 @@ service DocumentInfo
//-------------------------------------------------------------------------
/** subject of document
+
+ @deprecated
+ use <member>DocumentInfo::Title</member> instead.
*/
[property] string Subject;
@@ -293,7 +296,7 @@ service DocumentInfo
[property] string ReplyTo;
//-------------------------------------------------------------------------
- /** @deprecated
+ /** contains the theme of the document.
*/
[property] string Theme;