summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc/ChangeAction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/ChangeAction.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ChangeAction.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/ChangeAction.idl b/offapi/com/sun/star/sdbc/ChangeAction.idl
index e83ad7f3a86f..20cb05b1cb2b 100644
--- a/offapi/com/sun/star/sdbc/ChangeAction.idl
+++ b/offapi/com/sun/star/sdbc/ChangeAction.idl
@@ -29,24 +29,20 @@ published constants ChangeAction
indicates that a insert will be performed.
*/
const long INSERT = 1;
- //-------------------------------------------------------------------------
/**
indicates that a update will be performed.
*/
const long UPDATE = 2;
- //-------------------------------------------------------------------------
/**
indicates that a delete will be performed.
*/
const long DELETE = 3;
- //-------------------------------------------------------------------------
/**
indicates that a undo will be performed.
*/
const long UNDO = 4;
};
-//=============================================================================
}; }; }; };