summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/XMasterPagesSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XMasterPagesSupplier.idl')
-rw-r--r--offapi/com/sun/star/drawing/XMasterPagesSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/XMasterPagesSupplier.idl b/offapi/com/sun/star/drawing/XMasterPagesSupplier.idl
index 4c4669b6dad1..fe05296ccdae 100644
--- a/offapi/com/sun/star/drawing/XMasterPagesSupplier.idl
+++ b/offapi/com/sun/star/drawing/XMasterPagesSupplier.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/drawing/XDrawPages.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** must be supported to provide access to the
<type>MasterPage</type>s of a multi-page drawing-layer.
*/
published interface XMasterPagesSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @returns
an indexed container with the service <type>MasterPages</type>.
@@ -44,7 +41,6 @@ published interface XMasterPagesSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };