summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/DDELink.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-10 11:38:32 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-10 11:38:32 +0000
commitfca7473dbb2e4e9a1f88a8f15fd8aee242404875 (patch)
tree992d791deac1bdcfa858133be5f15cf1a8fdec5f /offapi/com/sun/star/sheet/DDELink.idl
parentINTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED (diff)
downloadcore-fca7473dbb2e4e9a1f88a8f15fd8aee242404875.tar.gz
core-fca7473dbb2e4e9a1f88a8f15fd8aee242404875.zip
INTEGRATION: CWS xmlfilter02 (1.6.72); FILE MERGED
2007/11/29 10:12:58 tbe 1.6.72.1: #i81573# API: need interface to add DDE links
Diffstat (limited to 'offapi/com/sun/star/sheet/DDELink.idl')
-rw-r--r--offapi/com/sun/star/sheet/DDELink.idl16
1 files changed, 14 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/DDELink.idl b/offapi/com/sun/star/sheet/DDELink.idl
index 19b18a039716..18d74eb120ce 100644
--- a/offapi/com/sun/star/sheet/DDELink.idl
+++ b/offapi/com/sun/star/sheet/DDELink.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: DDELink.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:27:43 $
+ * last change: $Author: obo $ $Date: 2008-01-10 12:38:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,6 +48,10 @@
#include <com/sun/star/util/XRefreshable.idl>
#endif
+#ifndef __com_sun_star_sheet_XDDELinkResults_idl__
+#include <com/sun/star/sheet/XDDELinkResults.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module sheet {
@@ -80,6 +84,14 @@ published service DDELink
*/
interface com::sun::star::util::XRefreshable;
+ //-------------------------------------------------------------------------
+
+ /** provides access to the DDE link results.
+
+ @since CWS xmlfilter02
+ */
+ [optional] interface com::sun::star::sheet::XDDELinkResults;
+
};
//=============================================================================