summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/XDropCatalog.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/XDropCatalog.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/XDropCatalog.idl16
1 files changed, 14 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbcx/XDropCatalog.idl b/offapi/com/sun/star/sdbcx/XDropCatalog.idl
index f35e5633627a..4a1ca1495d27 100644
--- a/offapi/com/sun/star/sdbcx/XDropCatalog.idl
+++ b/offapi/com/sun/star/sdbcx/XDropCatalog.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDropCatalog.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-10-25 15:35:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,6 +90,12 @@ interface XDropCatalog: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sdbcx::XDropCatalog::dropCatalog
/** drops a catalog identified by its name.
+ @param catalogName
+ the catalog name
+ @param info
+ driver specific information
+ @throws com::sun::star::sdbc::SQLException
+ if a database access error occurs.
*/
void dropCatalog([in]string catalogName,
[in]sequence<com::sun::star::beans::PropertyValue> info)
@@ -103,6 +109,12 @@ interface XDropCatalog: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5.2.1 2002/02/18 10:00:22 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.5 2001/10/25 15:35:32 mi
+ proofreading and corrections from Richard Holt
+
Revision 1.4 2001/03/16 16:41:36 jsc
remove interfaceheader with uik and remove [const] in method definitions