summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XDrawPageDuplicator.idl')
-rw-r--r--offapi/com/sun/star/drawing/XDrawPageDuplicator.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl b/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
index 10a473bb01a6..42ea2d5ff596 100644
--- a/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
+++ b/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/drawing/XDrawPage.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** makes it possible to duplicate pages within the same document.
*/
published interface XDrawPageDuplicator: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** creates a duplicate of a <type>DrawPage</type> or <type>MasterPage</type>,
including the <type>Shape</type>s on that page and inserts it into the
@@ -53,7 +50,6 @@ published interface XDrawPageDuplicator: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };