summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 20:56:28 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 20:56:28 +0000
commitbed8ae32f8b8eae29c768f115d5cfb451ec7888f (patch)
tree868fe705ffc6a13015faeb7059e2bab4946f009e
parent5113add33e25072990b18a0fb6464460758cde04 (diff)
INTEGRATION: CWS sb18 (1.6.328); FILE MERGED
2004/05/21 15:01:54 sb 1.6.328.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/sdbc/ResultSetType.idl6
-rw-r--r--offapi/com/sun/star/sdbc/SQLException.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdbc/ResultSetType.idl b/offapi/com/sun/star/sdbc/ResultSetType.idl
index 6f7548a8034a..3bc1ddac7edd 100644
--- a/offapi/com/sun/star/sdbc/ResultSetType.idl
+++ b/offapi/com/sun/star/sdbc/ResultSetType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ResultSetType.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:25 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:55:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
// DocMerge from idl: constants com::sun::star::sdbc::ResultSetType
/** describes the different scroll capabilities of a result set.
*/
-constants ResultSetType
+published constants ResultSetType
{
// DocMerge from idl: value com::sun::star::sdbc::ResultSetType::FORWARD_ONLY
diff --git a/offapi/com/sun/star/sdbc/SQLException.idl b/offapi/com/sun/star/sdbc/SQLException.idl
index 251dd9e59d3e..7bc2b5183797 100644
--- a/offapi/com/sun/star/sdbc/SQLException.idl
+++ b/offapi/com/sun/star/sdbc/SQLException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SQLException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:26 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:56:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@
</ul>
</p>
*/
-exception SQLException: com::sun::star::uno::Exception
+published exception SQLException: com::sun::star::uno::Exception
{
// DocMerge from xml: field com::sun::star::sdbc::SQLException::SQLState
/** returns a string, which uses the XOPEN SQLState conventions.