summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XDriver.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 12:49:38 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 12:49:38 +0000
commit27e479b9e9e24ee40c1b9d8825d6a8820da479f8 (patch)
treef2c2aa027d3ef07b1ae45872d290bb32034f1a4d /offapi/com/sun/star/sdbc/XDriver.idl
parent686083d2b056f192e87cd37d4e663929eb2102ce (diff)
syntax errors in documentation fixed
Diffstat (limited to 'offapi/com/sun/star/sdbc/XDriver.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XDriver.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XDriver.idl b/offapi/com/sun/star/sdbc/XDriver.idl
index 48ece097183d..37a35f6983e2 100644
--- a/offapi/com/sun/star/sdbc/XDriver.idl
+++ b/offapi/com/sun/star/sdbc/XDriver.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDriver.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-14 12:53:39 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:46:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@ interface XDriver: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sdbc::XDriver::connect
/** attempts to make a database connection to the given URL.
- The driver should return <null></null> if it realizes it is the wrong kind
+ The driver should return <NULL/> if it realizes it is the wrong kind
of driver to connect to the given URL. This will be common, as when
the driver manager is asked to connect to a given URL it passes
the URL to each loaded driver in turn.
@@ -186,6 +186,9 @@ interface XDriver: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/14 12:53:39 mi
+ <true></true> -> <TRUE/> and same with FALSE
+
Revision 1.3 2000/11/08 12:43:35 mi
moved from api