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
This commit is contained in:
Oliver Bolte 2008-01-10 11:38:32 +00:00
parent 88aec53298
commit fca7473dbb

View file

@ -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;
};
//=============================================================================