summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 13:31:37 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 13:31:37 +0000
commitb4d2092e03d6fae10731b9f094156d9ce96ff51a (patch)
tree6de8c08335b95decf3a82e35612c2e3de3f09239 /offapi/com/sun/star
parent04c3ea9017e82ef8c610cac65b5365cad07e06a5 (diff)
INTEGRATION: CWS dba18 (1.7.110); FILE MERGED
2004/11/08 08:39:59 oj 1.7.110.1: #i36679# some docu and missing service descriptions
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/sdb/DocumentDefinition.idl12
1 files changed, 5 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sdb/DocumentDefinition.idl b/offapi/com/sun/star/sdb/DocumentDefinition.idl
index 1f63b66a9525..4aefaede0a9e 100644
--- a/offapi/com/sun/star/sdb/DocumentDefinition.idl
+++ b/offapi/com/sun/star/sdb/DocumentDefinition.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentDefinition.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 21:37:47 $
+ * last change: $Author: obo $ $Date: 2004-11-17 14:31:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,10 +76,8 @@ module com { module sun { module star { module sdb {
Document
</type>
could be a form or a report.
-
-@deprecated
*/
-published service Document
+published service DocumentDefinition
{
interface com::sun::star::beans::XPropertySet;
@@ -87,8 +85,8 @@ published service Document
it is not possible to alter the name.*/
[readonly, property] string Name;
- /** is the URL of the document. */
- [property] string DocumentLocation;
+ /** Indicates if the document is to be used as template, for example, if a report is to be filled with data. */
+ [readonly, property] boolean AsTemplate;
};
//=============================================================================