summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XDDELinkResults.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDDELinkResults.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDDELinkResults.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XDDELinkResults.idl b/offapi/com/sun/star/sheet/XDDELinkResults.idl
index 96b3955ffd85..a17f41bec2df 100644
--- a/offapi/com/sun/star/sheet/XDDELinkResults.idl
+++ b/offapi/com/sun/star/sheet/XDDELinkResults.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides access to the DDE link results.
@@ -36,7 +34,6 @@ module com { module sun { module star { module sheet {
*/
published interface XDDELinkResults: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the DDE link results.
@@ -46,7 +43,6 @@ published interface XDDELinkResults: com::sun::star::uno::XInterface
*/
sequence< sequence< any > > getResults();
- //-------------------------------------------------------------------------
/** sets the DDE link results.
@@ -60,7 +56,6 @@ published interface XDDELinkResults: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };