diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:17:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:17:12 +0000 |
commit | feb4ae1152c1d40d2e61778c51b7252e51786a68 (patch) | |
tree | 90e140642f63c106712401348221eed40cbdef19 /offapi/com/sun/star/view | |
parent | a01593175783c5100f053715c7bad7df565a4ffd (diff) |
INTEGRATION: CWS sb18 (1.4.406); FILE MERGED
2004/05/21 15:07:08 sb 1.4.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/view')
-rw-r--r-- | offapi/com/sun/star/view/PrintableStateEvent.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/view/PrintableStateEvent.idl b/offapi/com/sun/star/view/PrintableStateEvent.idl index 17eda2b39f8b..6b55f3c5d26c 100644 --- a/offapi/com/sun/star/view/PrintableStateEvent.idl +++ b/offapi/com/sun/star/view/PrintableStateEvent.idl @@ -2,9 +2,9 @@ * * $RCSfile: PrintableStateEvent.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:11 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:17:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ module com { module sun { module star { module view { contains the <type>XPrintable</type> having changed its state</p>. */ -struct PrintableStateEvent : com::sun::star::lang::EventObject +published struct PrintableStateEvent : com::sun::star::lang::EventObject { /// contains the current state. PrintableState State; |