From 5189adaa3d3d5261d65b84015a52163a77de87d9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 01:16:17 +0000 Subject: [PATCH] INTEGRATION: CWS sb18 (1.3.308); FILE MERGED 2004/05/21 15:07:07 sb 1.3.308.1: #i21150# Added published flag. --- offapi/com/sun/star/view/PrintJobEvent.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/offapi/com/sun/star/view/PrintJobEvent.idl b/offapi/com/sun/star/view/PrintJobEvent.idl index 24e39a045cbe..2f682696bd1b 100644 --- a/offapi/com/sun/star/view/PrintJobEvent.idl +++ b/offapi/com/sun/star/view/PrintJobEvent.idl @@ -2,9 +2,9 @@ * * $RCSfile: PrintJobEvent.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-04-17 10:21:29 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:16:17 $ * * 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# */ -struct PrintJobEvent : com::sun::star::lang::EventObject +published struct PrintJobEvent : com::sun::star::lang::EventObject { /// contains the current state. PrintableState State;