diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:19:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:19:13 +0000 |
commit | 46df1d70ba3758ef2bb084f426626ec39ca5b167 (patch) | |
tree | 86df67612b7ef8a1e982d49eaaaf4baf1ae8d9ff /offapi | |
parent | ba81d98af062b3f15f73709a9a1fbff27d0005dd (diff) |
INTEGRATION: CWS sb18 (1.3.308); FILE MERGED
2004/05/21 15:07:10 sb 1.3.308.1: #i21150# Added published flag.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/view/XPrintJobBroadcaster.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/view/XPrintJobListener.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/view/XPrintJobBroadcaster.idl b/offapi/com/sun/star/view/XPrintJobBroadcaster.idl index 5f10a34226da..30657d7451ad 100644 --- a/offapi/com/sun/star/view/XPrintJobBroadcaster.idl +++ b/offapi/com/sun/star/view/XPrintJobBroadcaster.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPrintJobBroadcaster.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-04-17 10:22:12 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:18:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ module com { module sun { module star { module view { @since #107627# */ -interface XPrintJobBroadcaster : com::sun::star::uno::XInterface +published interface XPrintJobBroadcaster : com::sun::star::uno::XInterface { /** adds an <type>XPrintJobListener</type> to be notified about print progress. */ diff --git a/offapi/com/sun/star/view/XPrintJobListener.idl b/offapi/com/sun/star/view/XPrintJobListener.idl index c0128991460f..b3e813578b44 100644 --- a/offapi/com/sun/star/view/XPrintJobListener.idl +++ b/offapi/com/sun/star/view/XPrintJobListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPrintJobListener.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-04-17 10:22:21 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:19:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,7 @@ module com { module sun { module star { module view { @since #107627# */ -interface XPrintJobListener : com::sun::star::lang::XEventListener +published interface XPrintJobListener : com::sun::star::lang::XEventListener { //-------------------------------------------------------------------------- /** informs the user about the creation or the progress of a PrintJob |