summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl')
-rw-r--r--offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl b/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl
index 416be3f1fad4..2dece8cff3e6 100644
--- a/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl
+++ b/offapi/com/sun/star/presentation/XHandoutMasterSupplier.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/drawing/XDrawPage.idl>
-//=============================================================================
module com { module sun { module star { module presentation {
-//=============================================================================
/** returns the handout master page for this document
*/
@@ -39,7 +37,6 @@ published interface XHandoutMasterSupplier: com::sun::star::uno::XInterface
com::sun::star::drawing::XDrawPage getHandoutMasterPage();
};
-//=============================================================================
}; }; }; };