summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/SQLWarning.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/sdbc/SQLWarning.idl
parentd596feb51cb9dff2d0c3a9313dcaaa63f3a3e691 (diff)
documentations syntax errors fixed
Diffstat (limited to 'offapi/com/sun/star/sdbc/SQLWarning.idl')
-rw-r--r--offapi/com/sun/star/sdbc/SQLWarning.idl15
1 files changed, 10 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbc/SQLWarning.idl b/offapi/com/sun/star/sdbc/SQLWarning.idl
index 015d1753aa16..3ba033382c6e 100644
--- a/offapi/com/sun/star/sdbc/SQLWarning.idl
+++ b/offapi/com/sun/star/sdbc/SQLWarning.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SQLWarning.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,9 +71,11 @@
// DocMerge from xml: exception com::sun::star::sdbc::SQLWarning
/** is an exception that provides information on database access
warnings. Warnings are silently chained to the object whose method
- caused it to be reported.@see XConnection::getWarnings()
- @see XResultSet::getWarnings()
- @see XStatement::getWarnings()
+ caused it to be reported.
+
+ @see XConnection::getWarnings
+ @see XResultSet::getWarnings
+ @see XStatement::getWarnings
*/
exception SQLWarning: SQLException
{
@@ -85,6 +87,9 @@ exception SQLWarning: SQLException
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:41 hjs
initial import