summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2002-09-25 10:07:51 +0000
committerRüdiger Timm <rt@openoffice.org>2002-09-25 10:07:51 +0000
commit3ab10026bd46dd037a128836e64fda833777f22c (patch)
treef43c2cc861a678d0ed8c28d6060a71ff4ed1b5d8 /offapi/com/sun/star/sdbcx
parentbe976f224cbd2ca40e7d644f71c84b874dc6b13f (diff)
#100000#, #103660#: complete OJ's last change (change of XDatabaseDefinitionSupplier into XDataDefinitionSupplier)
Diffstat (limited to 'offapi/com/sun/star/sdbcx')
-rw-r--r--offapi/com/sun/star/sdbcx/Driver.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbcx/Driver.idl b/offapi/com/sun/star/sdbcx/Driver.idl
index d6f49b9cd3e5..af8e5b6d0d37 100644
--- a/offapi/com/sun/star/sdbcx/Driver.idl
+++ b/offapi/com/sun/star/sdbcx/Driver.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Driver.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2002-09-24 12:42:32 $
+ * last change: $Author: rt $ $Date: 2002-09-25 11:07:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
module com { module sun { module star { module sdbcx {
-interface XDatabaseDefinitionSupplier;
+interface XDataDefinitionSupplier;
interface XCreateCatalog;
interface XDropCatalog;
@@ -111,6 +111,9 @@ service Driver
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2002/09/24 12:42:32 oj
+ #103660# correct interface name XDatabaseDefinitionSupplier
+
Revision 1.5 2001/10/25 15:35:32 mi
proofreading and corrections from Richard Holt