diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:20:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:20:07 +0000 |
commit | be3f8ebc49f6707732786bb305ec0c5f15e398ce (patch) | |
tree | 869864618e9955a77d8f7b995afcb14a2c1a3fcc /offapi/com | |
parent | 3a00a8241bd1239747a75277474dc7e18e72dfcd (diff) |
INTEGRATION: CWS sb18 (1.6.406); FILE MERGED
2004/05/21 15:07:11 sb 1.6.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/view/XPrintable.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/view/XPrintableBroadcaster.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/view/XPrintable.idl b/offapi/com/sun/star/view/XPrintable.idl index 474cd1500a83..a79ef88c3844 100644 --- a/offapi/com/sun/star/view/XPrintable.idl +++ b/offapi/com/sun/star/view/XPrintable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPrintable.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:12 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:19:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ module com { module sun { module star { module view { /** offers printing functionality. */ -interface XPrintable: com::sun::star::uno::XInterface +published interface XPrintable: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** @returns diff --git a/offapi/com/sun/star/view/XPrintableBroadcaster.idl b/offapi/com/sun/star/view/XPrintableBroadcaster.idl index 2b8cb345289b..2d65acdc5620 100644 --- a/offapi/com/sun/star/view/XPrintableBroadcaster.idl +++ b/offapi/com/sun/star/view/XPrintableBroadcaster.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPrintableBroadcaster.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:12 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:20:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ module com { module sun { module star { module view { @see XPrintableListener */ -interface XPrintableBroadcaster : com::sun::star::uno::XInterface +published interface XPrintableBroadcaster : com::sun::star::uno::XInterface { /** adds an <type>XPrintableListener</type> to be notified about print progress. */ |