summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/PreviewView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/PreviewView.idl')
-rw-r--r--offapi/com/sun/star/presentation/PreviewView.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/offapi/com/sun/star/presentation/PreviewView.idl b/offapi/com/sun/star/presentation/PreviewView.idl
index 1d4fa393427e..9ccd9cc06653 100644
--- a/offapi/com/sun/star/presentation/PreviewView.idl
+++ b/offapi/com/sun/star/presentation/PreviewView.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/awt/XWindow.idl>
-//=============================================================================
module com { module sun { module star { module presentation {
-//=============================================================================
/** This component integrates a preview view to a slide show of a presentation
document into the desktop.
@@ -43,47 +41,40 @@
*/
published service PreviewView
{
- //-------------------------------------------------------------------------
/** 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 set/get the current page displayed by this
view.
*/
interface com::sun::star::drawing::XDrawView;
- //-------------------------------------------------------------------------
/** 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 drawing page that is currently visible.
*/
[property] com::sun::star::drawing::XDrawPage CurrentPage;
- //-------------------------------------------------------------------------
/** This is the area that is currently visible.
*/
@@ -91,7 +82,6 @@ published service PreviewView
};
-//=============================================================================
}; }; }; };