summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/Task.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/Task.idl')
-rw-r--r--offapi/com/sun/star/frame/Task.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/Task.idl b/offapi/com/sun/star/frame/Task.idl
index 8295116a5674..074fbc35af50 100644
--- a/offapi/com/sun/star/frame/Task.idl
+++ b/offapi/com/sun/star/frame/Task.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/frame/XFrame.idl>
#include <com/sun/star/frame/XTask.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** represents a top level frame in the frame hierarchy with the desktop as root
<p>
@@ -43,13 +41,11 @@
*/
published service Task
{
- //-------------------------------------------------------------------------
/**
@deprecated
*/
interface XFrame;
- //-------------------------------------------------------------------------
/**
@deprecated
use <type scope="com::sun::star::util">XCloseable</type> instead.
@@ -58,7 +54,6 @@ published service Task
interface XTask;
};
-//=============================================================================
}; }; }; };