summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:53:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:53:33 +0000
commite1aac68c21235a103f44233eb7cf8b49599a6a72 (patch)
tree0fb7f5d94a4c666679cc73e5d653e31e491c880f /offapi/com/sun/star/sdb
parentfd4cfad8aeadea0d0863e53856d0906654831449 (diff)
INTEGRATION: CWS dba22b (1.7.232); FILE MERGED
2006/12/12 09:28:00 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdb')
-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