summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/XPresentationSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/XPresentationSupplier.idl')
-rw-r--r--offapi/com/sun/star/presentation/XPresentationSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/presentation/XPresentationSupplier.idl b/offapi/com/sun/star/presentation/XPresentationSupplier.idl
index 9039c099b097..81887e3b66bc 100644
--- a/offapi/com/sun/star/presentation/XPresentationSupplier.idl
+++ b/offapi/com/sun/star/presentation/XPresentationSupplier.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/presentation/XPresentation.idl>
-//=============================================================================
module com { module sun { module star { module presentation {
-//=============================================================================
/** controls a presentation directly. This supplier will do this.
*/
published interface XPresentationSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/**
@returns an interface to control a presentation.
@@ -43,7 +40,6 @@ published interface XPresentationSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };