INTEGRATION: CWS sb18 (1.6.328); FILE MERGED

2004/05/21 15:01:33 sb 1.6.328.1: #i21150# Added published flag.
This commit is contained in:
Oliver Bolte 2004-06-03 20:40:08 +00:00
parent 77f3a5363e
commit 3210f5f8d7
2 changed files with 8 additions and 8 deletions

View file

@ -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.
</p>
*/
service QueryDescriptor
published service QueryDescriptor
{
// DocMerge: empty anyway
service com::sun::star::sdbcx::Descriptor;

View file

@ -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;