summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2003-01-16 08:18:54 +0000
committerMichael Hönnig <mi@openoffice.org>2003-01-16 08:18:54 +0000
commitccb8961a971515adb69cee1b3f59aad562d90e3b (patch)
tree2d52bbb73442d3a4202dfc13582c3ebf6ad80fa1 /offapi
parent#55857# broken links (diff)
downloadcore-ccb8961a971515adb69cee1b3f59aad562d90e3b.tar.gz
core-ccb8961a971515adb69cee1b3f59aad562d90e3b.zip
#55857# broken links
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl10
-rw-r--r--offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl10
-rw-r--r--offapi/com/sun/star/util/XCloseBroadcaster.idl6
3 files changed, 11 insertions, 15 deletions
diff --git a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
index 3ad73b868fc8..aa1f8b651745 100644
--- a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: JDBCConnectionProperties.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:06:55 $
+ * last change: $Author: mi $ $Date: 2003-01-16 09:18:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,14 +90,12 @@ service JDBCConnectionProperties
[optional, property] string JavaDriverClass;
/** specifies if retrieving of auto generated values should be enabled or not.
- If <TRUE/> than the statement will support the XGeneratedResultSet interface, otherwise not.
- @see com::sun::star::sdbc::XGeneratedResultSet
+ If <TRUE/> than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not.
*/
[optional, property] boolean IsAutoRetrievingEnabled;
/** specifies the statement which should be executed
- when asking an "INSERT" statement for the XGeneratedResultSet interface.
- @see com::sun::star::sdbc::XGeneratedResultSet
+ when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface.
*/
[optional, property] string AutoRetrievingStatement;
};
diff --git a/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
index a52418b745d2..b54f213a86d2 100644
--- a/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ODBCConnectionProperties.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:06:56 $
+ * last change: $Author: mi $ $Date: 2003-01-16 09:18:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,14 +105,12 @@ service ODBCConnectionProperties
[optional, property] long Charset;
/** specifies if retrieving of auto generated values should be enabled or not.
- If <TRUE/> than the statement will support the XGeneratedResultSet interface, otherwise not.
- @see com::sun::star::sdbc::XGeneratedResultSet
+ If <TRUE/> than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not.
*/
[optional, property] boolean IsAutoRetrievingEnabled;
/** specifies the statement which should be executed
- when asking an "INSERT" statement for the XGeneratedResultSet interface.
- @see com::sun::star::sdbc::XGeneratedResultSet
+ when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface.
*/
[optional, property] string AutoRetrievingStatement;
};
diff --git a/offapi/com/sun/star/util/XCloseBroadcaster.idl b/offapi/com/sun/star/util/XCloseBroadcaster.idl
index 0bfe6384cab4..47c935eacf62 100644
--- a/offapi/com/sun/star/util/XCloseBroadcaster.idl
+++ b/offapi/com/sun/star/util/XCloseBroadcaster.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCloseBroadcaster.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: as $ $Date: 2002-04-05 06:54:27 $
+ * last change: $Author: mi $ $Date: 2003-01-16 09:14:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@
The called object for closing must post the closing events immediately
and before any internal cancel operations will be started.
If a listener disagree with that it should throw a <type>CloseVetoException</type>
- and called function <type>XClosable::close()</type> must be breaked immediately.
+ and called function <method>XCloseable::close</method> must be breaked immediately.
It's not allowed to catch it inside the close() request.
If no listener nor internal processes hinder the object on closing
all listener get's a notification about real closing.