summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/SQLContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/SQLContext.idl')
-rw-r--r--offapi/com/sun/star/sdb/SQLContext.idl17
1 files changed, 13 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/SQLContext.idl b/offapi/com/sun/star/sdb/SQLContext.idl
index 056d2418c798..402edb3d4bac 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-10-25 15:00:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,8 @@
// DocMerge from xml: exception com::sun::star::sdb::SQLContext
/** provides special information about the context where a
- <type scope="com::sun::star::sdbc">SQLException</type> occurred. As usual
+ <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.
@@ -81,7 +82,9 @@
exception SQLContext: com::sun::star::sdbc::SQLWarning
{
// DocMerge from xml: field com::sun::star::sdb::SQLContext::Details
- /** provides special info about the details where a <type scope="com::sun::star::sdbc">SQLException</type> occured.
+ /** provides special info about the details where a
+ <type scope="com::sun::star::sdbc">SQLException</type>
+ occured.
As usual for SQLExceptions, several SQLContext-objects may be chained, then the
most recent context is appended to the list's tail
*/
@@ -96,6 +99,12 @@ exception SQLContext: com::sun::star::sdbc::SQLWarning
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5.2.1 2002/02/18 10:24:07 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.5 2001/10/25 15:00:32 mi
+ proofreading and corrections from Richard Holt
+
Revision 1.4 2000/12/19 16:03:41 mi
documentations syntax errors fixed