summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/presentation/XPresentation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/XPresentation.idl')
-rw-r--r--offapi/com/sun/star/presentation/XPresentation.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/presentation/XPresentation.idl b/offapi/com/sun/star/presentation/XPresentation.idl
index 5a43d7107053..21f851d07967 100644
--- a/offapi/com/sun/star/presentation/XPresentation.idl
+++ b/offapi/com/sun/star/presentation/XPresentation.idl
@@ -22,31 +22,26 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module presentation {
-//=============================================================================
/** With this interface you can control any object that implements
a <type>Presentation</type>.
*/
published interface XPresentation: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** The presentation is shown in full-screen and started from the
beginning.
*/
void start();
- //-------------------------------------------------------------------------
/** The presentation is stopped and the full-screen mode will end.
*/
void end();
- //-------------------------------------------------------------------------
/** Starts the presentation from the beginning and shows the
actual running time to the user.
@@ -55,7 +50,6 @@ published interface XPresentation: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };