summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/KeyRule.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/KeyRule.idl')
-rw-r--r--offapi/com/sun/star/sdbc/KeyRule.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbc/KeyRule.idl b/offapi/com/sun/star/sdbc/KeyRule.idl
index 2e81a29f1294..1c5aa54b5823 100644
--- a/offapi/com/sun/star/sdbc/KeyRule.idl
+++ b/offapi/com/sun/star/sdbc/KeyRule.idl
@@ -59,7 +59,6 @@ published constants KeyRule
</P>
*/
const long CASCADE = 0;
- //-------------------------------------------------------------------------
/** a possible value for the column's
<code>UPDATE_RULE</code>
@@ -91,7 +90,6 @@ published constants KeyRule
</P>
*/
const long RESTRICT = 1;
- //-------------------------------------------------------------------------
/** a possible value for the column's
<code>UPDATE_RULE</code>
@@ -119,7 +117,6 @@ published constants KeyRule
</P>
*/
const long SET_NULL = 2;
- //-------------------------------------------------------------------------
/** a possible value for the column's
<code>UPDATE_RULE</code>
@@ -145,7 +142,6 @@ published constants KeyRule
</P>
*/
const long NO_ACTION = 3;
- //-------------------------------------------------------------------------
/** a possible value for the column's
<code>UPDATE_RULE</code>
@@ -175,7 +171,6 @@ published constants KeyRule
const long SET_DEFAULT = 4;
};
-//=============================================================================
}; }; }; };