summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/presentation/XPresentationPage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/XPresentationPage.idl')
-rw-r--r--offapi/com/sun/star/presentation/XPresentationPage.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/presentation/XPresentationPage.idl b/offapi/com/sun/star/presentation/XPresentationPage.idl
index 3052f2f92d33..7594248ca235 100644
--- a/offapi/com/sun/star/presentation/XPresentationPage.idl
+++ b/offapi/com/sun/star/presentation/XPresentationPage.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/drawing/XDrawPage.idl>
-//=============================================================================
module com { module sun { module star { module presentation {
-//=============================================================================
/** describes a page from a presentation.
@@ -34,7 +32,6 @@
*/
published interface XPresentationPage: com::sun::star::drawing::XDrawPage
{
- //-------------------------------------------------------------------------
/** return the note page from the current page in the presentation,
the name for the note page in the user interface note view, and one of the views
@@ -44,7 +41,6 @@ published interface XPresentationPage: com::sun::star::drawing::XDrawPage
};
-//=============================================================================
}; }; }; };