summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/XDrawPages.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XDrawPages.idl')
-rw-r--r--offapi/com/sun/star/drawing/XDrawPages.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/XDrawPages.idl b/offapi/com/sun/star/drawing/XDrawPages.idl
index d5d753cc23ff..c858cb11f9f7 100644
--- a/offapi/com/sun/star/drawing/XDrawPages.idl
+++ b/offapi/com/sun/star/drawing/XDrawPages.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/drawing/XDrawPage.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** gives access to a container of <type>DrawPage</type>s or <type>MasterPage</type>s.
@@ -50,7 +48,6 @@
*/
published interface XDrawPages: com::sun::star::container::XIndexAccess
{
- //-------------------------------------------------------------------------
/** creates and inserts a new <type>DrawPage</type> or <type>MasterPage</type>
into this container
@@ -65,7 +62,6 @@ published interface XDrawPages: com::sun::star::container::XIndexAccess
*/
com::sun::star::drawing::XDrawPage insertNewByIndex( [in] long nIndex );
- //-------------------------------------------------------------------------
/** removes a <type>DrawPage</type> or <type>MasterPage</type> from this
container.
@@ -79,7 +75,6 @@ published interface XDrawPages: com::sun::star::container::XIndexAccess
};
-//=============================================================================
}; }; }; };