summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DDELinks.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-10 11:38:56 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-10 11:38:56 +0000
commit21ea3e74bbc4bc3297bda45879b5aa64840c9e6d (patch)
tree1bacc212e0c073943b7b4484d23e59cbc5a28497 /offapi/com/sun/star/sheet/DDELinks.idl
parent55fb989ee158d043934da8cbdf8598e44729baa4 (diff)
INTEGRATION: CWS xmlfilter02 (1.6.72); FILE MERGED
2007/11/29 10:13:42 tbe 1.6.72.1: #i81573# API: need interface to add DDE links
Diffstat (limited to 'offapi/com/sun/star/sheet/DDELinks.idl')
-rw-r--r--offapi/com/sun/star/sheet/DDELinks.idl15
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/DDELinks.idl b/offapi/com/sun/star/sheet/DDELinks.idl
index 1f4efb050005..e4ae5b832e80 100644
--- a/offapi/com/sun/star/sheet/DDELinks.idl
+++ b/offapi/com/sun/star/sheet/DDELinks.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: DDELinks.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:27:57 $
+ * last change: $Author: obo $ $Date: 2008-01-10 12:38:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,6 +45,9 @@
#ifndef __com_sun_star_container_XIndexAccess_idl__
#include <com/sun/star/container/XIndexAccess.idl>
#endif
+#ifndef __com_sun_star_sheet_XDDELinks_idl__
+#include <com/sun/star/sheet/XDDELinks.idl>
+#endif
//=============================================================================
@@ -85,6 +88,14 @@ published service DDELinks
*/
interface com::sun::star::container::XEnumerationAccess;
+ //-------------------------------------------------------------------------
+
+ /** provides a method to add a DDE link to a spreadsheet.
+
+ @since CWS xmlfilter02
+ */
+ [optional] interface com::sun::star::sheet::XDDELinks;
+
};
//=============================================================================