summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/sdb/RowChangeEvent.idl7
-rw-r--r--offapi/com/sun/star/sdb/RowSetVetoException.idl5
2 files changed, 4 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sdb/RowChangeEvent.idl b/offapi/com/sun/star/sdb/RowChangeEvent.idl
index a14690243..03d0683a2 100644
--- a/offapi/com/sun/star/sdb/RowChangeEvent.idl
+++ b/offapi/com/sun/star/sdb/RowChangeEvent.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: RowChangeEvent.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:22:58 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:53:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,20 +42,17 @@
module com { module sun { module star { module sdb {
-// DocMerge from xml: struct com::sun::star::sdb::RowChangeEvent
/** indicates the type of change action on the data source.
*/
published struct RowChangeEvent: com::sun::star::lang::EventObject
{
- // DocMerge from xml: field com::sun::star::sdb::RowChangeEvent::Action
/** indicates the type of change.
@see com::sun::star::sdb::RowChangeAction
*/
long Action;
- // DocMerge from xml: field com::sun::star::sdb::RowChangeEvent::Rows
/** indicates the number of rows affected by the change.
*/
long Rows;
diff --git a/offapi/com/sun/star/sdb/RowSetVetoException.idl b/offapi/com/sun/star/sdb/RowSetVetoException.idl
index 686643a95..9ba766ca0 100644
--- a/offapi/com/sun/star/sdb/RowSetVetoException.idl
+++ b/offapi/com/sun/star/sdb/RowSetVetoException.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: RowSetVetoException.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:23:26 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:53:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,7 +42,6 @@
module com { module sun { module star { module sdb {
-// DocMerge from xml: exception com::sun::star::sdb::RowSetVetoException
/** is an exception fired whenever a rowset operation was cancelled because of
of a veto of an approved listener.
@see com::sun::star::sdb::XRowSetApproveListener