summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/PrivilegeObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/PrivilegeObject.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/PrivilegeObject.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbcx/PrivilegeObject.idl b/offapi/com/sun/star/sdbcx/PrivilegeObject.idl
index caf11a174f64..eabb6adf205b 100644
--- a/offapi/com/sun/star/sdbcx/PrivilegeObject.idl
+++ b/offapi/com/sun/star/sdbcx/PrivilegeObject.idl
@@ -31,19 +31,16 @@ published constants PrivilegeObject
/** indicates a table.
*/
const long TABLE = 0;
- //-------------------------------------------------------------------------
/** indicates a view.
*/
const long VIEW = 1;
- //-------------------------------------------------------------------------
/** indicates a column of a table.
*/
const long COLUMN = 2;
};
-//=============================================================================
}; }; }; };