diff options
author | Oliver Bolte <obo@openoffice.org> | 2002-07-08 14:21:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2002-07-08 14:21:26 +0000 |
commit | bc607e7216b12905281a9443868900e17128401a (patch) | |
tree | 122bfaf6ecdf556dd2d62501d9d685d8375f01bc /offapi | |
parent | b8823d36093a4b1db2203e21ab41c16aa30c2493 (diff) |
#100000#
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sdb/DataSource.idl | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl index 9351e2b96174..072ce4dd432c 100644 --- a/offapi/com/sun/star/sdb/DataSource.idl +++ b/offapi/com/sun/star/sdb/DataSource.idl @@ -2,9 +2,9 @@ * * $RCSfile: DataSource.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: oj $ $Date: 2002-06-17 07:01:55 $ + * last change: $Author: obo $ $Date: 2002-07-08 15:21:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,12 +81,16 @@ #include <com/sun/star/util/XNumberFormatsSupplier.idl> #endif +#ifndef __com_sun_star_sdbc_XDataSource_idl__ +#include <com/sun/star/sdbc/XDataSource.idl> +#endif module com { module sun { module star { module sdb { interface XCompletedConnection; interface XQueryDefinitionsSupplier; interface XBookmarksSupplier; +interface XDataSource; /** is a factory to establish database connections. It should be registered at a NamingService.@see com::sun::star::sdb::DatabaseContext @@ -194,6 +198,9 @@ service DataSource /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.8 2002/06/17 07:01:55 oj + interface XDataSource was missing. + Revision 1.7.2.2 2002/06/17 07:00:12 oj interface XDataSource was missing. |