From 3210f5f8d7463d2e0613975063f8835662a7a644 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 20:40:08 +0000 Subject: [PATCH] INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 15:01:33 sb 1.6.328.1: #i21150# Added published flag. --- offapi/com/sun/star/sdb/QueryDescriptor.idl | 10 +++++----- offapi/com/sun/star/sdb/ResultColumn.idl | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/offapi/com/sun/star/sdb/QueryDescriptor.idl b/offapi/com/sun/star/sdb/QueryDescriptor.idl index effd61a07a5f..875aa2a16582 100644 --- a/offapi/com/sun/star/sdb/QueryDescriptor.idl +++ b/offapi/com/sun/star/sdb/QueryDescriptor.idl @@ -2,9 +2,9 @@ * * $RCSfile: QueryDescriptor.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:55:01 $ + * last change: $Author: obo $ $Date: 2004-06-03 21:39:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,8 +66,8 @@ #endif module com { module sun { module star { module sdbcx { -interface XDataDescriptorFactory; -interface XColumnsSupplier; + published interface XDataDescriptorFactory; + published interface XColumnsSupplier; };};};}; #ifndef __com_sun_star_sdb_DataSettings_idl__ @@ -86,7 +86,7 @@ interface XColumnsSupplier; underlying table definitions.

*/ -service QueryDescriptor +published service QueryDescriptor { // DocMerge: empty anyway service com::sun::star::sdbcx::Descriptor; diff --git a/offapi/com/sun/star/sdb/ResultColumn.idl b/offapi/com/sun/star/sdb/ResultColumn.idl index 343137d91f58..fd8ea5c4dcfe 100644 --- a/offapi/com/sun/star/sdb/ResultColumn.idl +++ b/offapi/com/sun/star/sdb/ResultColumn.idl @@ -2,9 +2,9 @@ * * $RCSfile: ResultColumn.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:55:02 $ + * last change: $Author: obo $ $Date: 2004-06-03 21:40:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,7 @@ // DocMerge from xml: service com::sun::star::sdb::ResultColumn /** describes a column of a result set. */ -service ResultColumn +published service ResultColumn { // DocMerge: empty anyway service com::sun::star::sdbcx::Column;