summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/XAuthorizable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/XAuthorizable.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/XAuthorizable.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbcx/XAuthorizable.idl b/offapi/com/sun/star/sdbcx/XAuthorizable.idl
index 2a4508ff216b..55daad2862f1 100644
--- a/offapi/com/sun/star/sdbcx/XAuthorizable.idl
+++ b/offapi/com/sun/star/sdbcx/XAuthorizable.idl
@@ -45,7 +45,6 @@ published interface XAuthorizable: com::sun::star::uno::XInterface
*/
long getPrivileges([in]string objName, [in]long objType) raises
(com::sun::star::sdbc::SQLException);
- //-------------------------------------------------------------------------
/** retrieves the permissions for a specific object, which could be granted
to other users and groups.
@@ -61,7 +60,6 @@ published interface XAuthorizable: com::sun::star::uno::XInterface
*/
long getGrantablePrivileges([in]string objName, [in]long objType) raises
(com::sun::star::sdbc::SQLException);
- //-------------------------------------------------------------------------
/** adds additional permissions for a specific object.
@param objName
@@ -74,7 +72,6 @@ published interface XAuthorizable: com::sun::star::uno::XInterface
void grantPrivileges([in]string objName, [in]long objType,
[in]long objPrivileges) raises
(com::sun::star::sdbc::SQLException);
- //-------------------------------------------------------------------------
/** removes permissions for a specific object from a group or user.
@param objName
@@ -89,7 +86,6 @@ published interface XAuthorizable: com::sun::star::uno::XInterface
(com::sun::star::sdbc::SQLException);
};
-//=============================================================================
}; }; }; };