summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/SlidesView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/SlidesView.idl')
-rw-r--r--offapi/com/sun/star/presentation/SlidesView.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/presentation/SlidesView.idl b/offapi/com/sun/star/presentation/SlidesView.idl
index 0f147a3a45fb..5ca8324f848f 100644
--- a/offapi/com/sun/star/presentation/SlidesView.idl
+++ b/offapi/com/sun/star/presentation/SlidesView.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/awt/XWindow.idl>
-//=============================================================================
module com { module sun { module star { module presentation {
-//=============================================================================
/** This component integrates a slides view to a presentation
document into the desktop.
@@ -47,34 +45,29 @@
*/
published service SlidesView
{
- //-------------------------------------------------------------------------
/** 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.
*/
@@ -82,7 +75,6 @@ published service SlidesView
};
-//=============================================================================
}; }; }; };