From 44e3e3cd864fd0b91db280d3147610793c080385 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 20:44:49 +0000 Subject: [PATCH] INTEGRATION: CWS sb18 (1.9.308); FILE MERGED 2004/05/21 15:01:40 sb 1.9.308.1: #i21150# Added published flag. --- offapi/com/sun/star/sdb/XDatabaseAccess.idl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/offapi/com/sun/star/sdb/XDatabaseAccess.idl b/offapi/com/sun/star/sdb/XDatabaseAccess.idl index 7436473ced53..65cb48ba6580 100644 --- a/offapi/com/sun/star/sdb/XDatabaseAccess.idl +++ b/offapi/com/sun/star/sdb/XDatabaseAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDatabaseAccess.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2003-04-17 10:09:33 $ + * last change: $Author: obo $ $Date: 2004-06-03 21:44:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,14 +74,14 @@ #endif module com { module sun { module star { module task { -interface XInteractionHandler; + published interface XInteractionHandler; };};};}; //============================================================================= module com { module sun { module star { module sdb { -interface XDatabaseAccessListener; + published interface XDatabaseAccessListener; //============================================================================= @@ -90,7 +90,7 @@ interface XDatabaseAccessListener; database connection and provides additional information related to the connection such as forms, reports, or queries. */ -interface XDatabaseAccess: com::sun::star::sdbc::XDataSource +published interface XDatabaseAccess: com::sun::star::sdbc::XDataSource { // DocMerge from xml: method com::sun::star::task::com::sun::star::sdb::XDatabaseAccess::hasConnections