summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-10-09 14:14:05 +0000
committerKurt Zenker <kz@openoffice.org>2007-10-09 14:14:05 +0000
commit547c070b2558fcdc14aedced53769ec699f9de59 (patch)
tree674700f416727efeed257844e507c2b8d540fe32 /offapi
parentb0a38581b275e791163a7f5f960e7dc40e7bbb07 (diff)
INTEGRATION: CWS basmgr03 (1.15.288); FILE MERGED
2007/07/30 13:42:04 fs 1.15.288.2: proper include protection 2007/07/27 20:42:59 fs 1.15.288.1: #i73331# +XEmbeddedScripts
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/document/OfficeDocument.idl14
1 files changed, 11 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/OfficeDocument.idl b/offapi/com/sun/star/document/OfficeDocument.idl
index 9b8161ead..d9de0eafb 100644
--- a/offapi/com/sun/star/document/OfficeDocument.idl
+++ b/offapi/com/sun/star/document/OfficeDocument.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: OfficeDocument.idl,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 23:06:04 $
+ * last change: $Author: kz $ $Date: 2007-10-09 15:14:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,7 +59,7 @@
#include <com/sun/star/document/XEventBroadcaster.idl>
#endif
-#ifndef __com_sun_star_document_XEventSupplier_idl__
+#ifndef __com_sun_star_document_XEventsSupplier_idl__
#include <com/sun/star/document/XEventsSupplier.idl>
#endif
@@ -75,6 +75,8 @@
module com { module sun { module star { module document {
+published interface XEmbeddedScripts;
+
//=============================================================================
/** abstract service which specifies a storable and printable document
@@ -167,6 +169,12 @@ published service OfficeDocument
*/
[optional] interface com::sun::star::view::XPrintJobBroadcaster;
+ /** is supported when the document can contain scripts and dialogs
+
+ @since OOo 2.4
+ */
+ [optional] interface XEmbeddedScripts;
+
//-------------------------------------------------------------------------
/** controls the focus behaviour of the form controls in the document