summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/SQLContext.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 15:04:00 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 15:04:00 +0000
commit6e5cebf49a79fe171cc03fefa3c959b1dce822ee (patch)
tree8d85ad2a465936faf6bbc1c4b8025b6b71fb315d /offapi/com/sun/star/sdb/SQLContext.idl
parentd596feb51cb9dff2d0c3a9313dcaaa63f3a3e691 (diff)
documentations syntax errors fixed
Diffstat (limited to 'offapi/com/sun/star/sdb/SQLContext.idl')
-rw-r--r--offapi/com/sun/star/sdb/SQLContext.idl15
1 files changed, 10 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdb/SQLContext.idl b/offapi/com/sun/star/sdb/SQLContext.idl
index c99e29bef9e2..30b9bdf51871 100644
--- a/offapi/com/sun/star/sdb/SQLContext.idl
+++ b/offapi/com/sun/star/sdb/SQLContext.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SQLContext.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:31 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,9 +72,11 @@
/** provides special information about the context where a
<type scope="com::sun::star::sdbc">SQLException</type> occurred. As usual
for SQLExceptions, several SQLContext-objects may be chained, then the
- most recent context is appended to the list's tail.@see XConnection::getWarnings()
- @see XResultSet::getWarnings()
- @see XStatement::getWarnings()
+ most recent context is appended to the list's tail.
+
+ @see XConnection::getWarnings
+ @see XResultSet::getWarnings
+ @see XStatement::getWarnings
*/
exception SQLContext: com::sun::star::sdbc::SQLWarning
{
@@ -94,6 +96,9 @@ exception SQLContext: com::sun::star::sdbc::SQLWarning
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:31 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:36 hjs
initial import