summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/RowChangeAction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/RowChangeAction.idl')
-rw-r--r--offapi/com/sun/star/sdb/RowChangeAction.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/RowChangeAction.idl b/offapi/com/sun/star/sdb/RowChangeAction.idl
index a89a9490b254..c38da1d92423 100644
--- a/offapi/com/sun/star/sdb/RowChangeAction.idl
+++ b/offapi/com/sun/star/sdb/RowChangeAction.idl
@@ -30,19 +30,16 @@ published constants RowChangeAction
/** indicates that an insert will be performed.
*/
const long INSERT = 1;
- //-------------------------------------------------------------------------
/** indicates that an update will be performed.
*/
const long UPDATE = 2;
- //-------------------------------------------------------------------------
/** indicates that a delete will be performed.
*/
const long DELETE = 3;
};
-//=============================================================================
}; }; }; };