summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/presentation/OutlineView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/OutlineView.idl')
-rw-r--r--offapi/com/sun/star/presentation/OutlineView.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/presentation/OutlineView.idl b/offapi/com/sun/star/presentation/OutlineView.idl
index b348c0279ed4..9c73263b3e91 100644
--- a/offapi/com/sun/star/presentation/OutlineView.idl
+++ b/offapi/com/sun/star/presentation/OutlineView.idl
@@ -39,11 +39,9 @@
#include <com/sun/star/awt/XWindow.idl>
-//=============================================================================
module com { module sun { module star { module presentation {
-//=============================================================================
/** This component integrates an outline view to a presentation
document into the desktop.
@@ -55,34 +53,29 @@
*/
published service OutlineView
{
- //-------------------------------------------------------------------------
/** this services offers the integration of this component into the
desktop.
*/
service com::sun::star::frame::Controller;
- //-------------------------------------------------------------------------
/** lets you access the window for this view
*/
interface com::sun::star::awt::XWindow;
- //-------------------------------------------------------------------------
/** lets you access the properties of this service.
*/
interface com::sun::star::beans::XPropertySet;
- //-------------------------------------------------------------------------
/** provides the names of the services implemented by
this instance.
*/
interface com::sun::star::lang::XServiceInfo;
- //-------------------------------------------------------------------------
/** This is the area that is currently visible.
*/
@@ -90,7 +83,6 @@ published service OutlineView
};
-//=============================================================================
}; }; }; };