summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/presentation/NotesView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/NotesView.idl')
-rw-r--r--offapi/com/sun/star/presentation/NotesView.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/presentation/NotesView.idl b/offapi/com/sun/star/presentation/NotesView.idl
index 246569d18904..65e6de6c7f4b 100644
--- a/offapi/com/sun/star/presentation/NotesView.idl
+++ b/offapi/com/sun/star/presentation/NotesView.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/drawing/DrawingDocumentDrawView.idl>
-//=============================================================================
module com { module sun { module star { module presentation {
-//=============================================================================
/** This component integrates a view to a handout page inside a presentation
document into the desktop.
@@ -34,7 +32,6 @@
*/
published service NotesView
{
- //-------------------------------------------------------------------------
/** this services offers the integration of this component into the
desktop and the basic interfaces and properties of a draw view.
@@ -42,7 +39,6 @@ published service NotesView
service com::sun::star::drawing::DrawingDocumentDrawView;
};
-//=============================================================================
}; }; }; };