summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/XPrintJobListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XPrintJobListener.idl')
-rw-r--r--offapi/com/sun/star/view/XPrintJobListener.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/view/XPrintJobListener.idl b/offapi/com/sun/star/view/XPrintJobListener.idl
index 73a031b7bfe1..7c7adfccd80e 100644
--- a/offapi/com/sun/star/view/XPrintJobListener.idl
+++ b/offapi/com/sun/star/view/XPrintJobListener.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module view {
/** receives events about print job progress.
- <p><type>XPrintJobListener</type> can be registered to <type>XPrintJobBroadcaster</type>.
+ <p>XPrintJobListener can be registered to XPrintJobBroadcaster.
Then, the client object will be notified when a new print job starts or its state changes.</p>
@see XPrintJobBroadcaster
@@ -39,7 +39,7 @@ published interface XPrintJobListener : com::sun::star::lang::XEventListener
{
/** informs the user about the creation or the progress of a PrintJob
@param Event
- contains the <type>XPrintJob</type> having changed state and the new state.
+ contains the XPrintJob having changed state and the new state.
*/
void printJobEvent( [in] PrintJobEvent Event );
};