From 8a7b7af26cbd60c42d7491a504101fa2f164cce6 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 20:40:52 +0000 Subject: INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:34 sb 1.5.328.1: #i21150# Added published flag. --- offapi/com/sun/star/sdb/RowChangeAction.idl | 6 +++--- offapi/com/sun/star/sdb/RowChangeEvent.idl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/sdb/RowChangeAction.idl b/offapi/com/sun/star/sdb/RowChangeAction.idl index bafc5e077d10..e6713f0b9a4e 100644 --- a/offapi/com/sun/star/sdb/RowChangeAction.idl +++ b/offapi/com/sun/star/sdb/RowChangeAction.idl @@ -2,9 +2,9 @@ * * $RCSfile: RowChangeAction.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:55:03 $ + * last change: $Author: obo $ $Date: 2004-06-03 21:40:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,7 @@ // DocMerge from idl: constants com::sun::star::sdb::RowChangeAction /** determines the type of change which is going to be performed. */ -constants RowChangeAction +published constants RowChangeAction { // DocMerge from idl: value com::sun::star::sdb::RowChangeAction::INSERT diff --git a/offapi/com/sun/star/sdb/RowChangeEvent.idl b/offapi/com/sun/star/sdb/RowChangeEvent.idl index c92b45317313..7aaeaafa0701 100644 --- a/offapi/com/sun/star/sdb/RowChangeEvent.idl +++ b/offapi/com/sun/star/sdb/RowChangeEvent.idl @@ -2,9 +2,9 @@ * * $RCSfile: RowChangeEvent.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:55:03 $ + * last change: $Author: obo $ $Date: 2004-06-03 21:40:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,7 @@ // DocMerge from xml: struct com::sun::star::sdb::RowChangeEvent /** indicates the type of change action on the data source. */ -struct RowChangeEvent: com::sun::star::lang::EventObject +published struct RowChangeEvent: com::sun::star::lang::EventObject { // DocMerge from xml: field com::sun::star::sdb::RowChangeEvent::Action -- cgit