From 547c070b2558fcdc14aedced53769ec699f9de59 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 9 Oct 2007 14:14:05 +0000 Subject: 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 --- offapi/com/sun/star/document/OfficeDocument.idl | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'offapi') 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 #endif -#ifndef __com_sun_star_document_XEventSupplier_idl__ +#ifndef __com_sun_star_document_XEventsSupplier_idl__ #include #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 -- cgit v1.2.3