summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/CheckOption.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/CheckOption.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/CheckOption.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbcx/CheckOption.idl b/offapi/com/sun/star/sdbcx/CheckOption.idl
index 6a22d82741a6..d180367648b2 100644
--- a/offapi/com/sun/star/sdbcx/CheckOption.idl
+++ b/offapi/com/sun/star/sdbcx/CheckOption.idl
@@ -31,20 +31,17 @@ published constants CheckOption
view data.
*/
const long NONE = 0;
- //-------------------------------------------------------------------------
/** indicates that the value checking is applied for the view and all base
views.
*/
const long CASCADE = 2;
- //-------------------------------------------------------------------------
/** indicates that the value checking is applied only for the view.
*/
const long LOCAL = 3;
};
-//=============================================================================
}; }; }; };