summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/PrintJobEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/PrintJobEvent.idl')
-rw-r--r--offapi/com/sun/star/view/PrintJobEvent.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/view/PrintJobEvent.idl b/offapi/com/sun/star/view/PrintJobEvent.idl
index d58e4dbf43f0..f4d012cbde84 100644
--- a/offapi/com/sun/star/view/PrintJobEvent.idl
+++ b/offapi/com/sun/star/view/PrintJobEvent.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>XPrintJob</type>.
@@ -42,7 +40,6 @@ published struct PrintJobEvent : com::sun::star::lang::EventObject
PrintableState State;
};
-//=============================================================================
}; }; }; };