summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/PrintableStateEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/PrintableStateEvent.idl')
-rw-r--r--offapi/com/sun/star/view/PrintableStateEvent.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/view/PrintableStateEvent.idl b/offapi/com/sun/star/view/PrintableStateEvent.idl
index 158b114afe89..d95dcd9e4e34 100644
--- a/offapi/com/sun/star/view/PrintableStateEvent.idl
+++ b/offapi/com/sun/star/view/PrintableStateEvent.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/EventObject.idl>
#include <com/sun/star/view/PrintableState.idl>
-//=============================================================================
module com { module sun { module star { module view {
-//=============================================================================
/** specifies the print progress of an <type>XPrintable</type>.
@@ -40,7 +38,6 @@ published struct PrintableStateEvent : com::sun::star::lang::EventObject
PrintableState State;
};
-//=============================================================================
}; }; }; };