summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/security/AccessController.idl7
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/security/AccessController.idl b/udkapi/com/sun/star/security/AccessController.idl
index 368bc5a54a2e..2f43cca92a44 100644
--- a/udkapi/com/sun/star/security/AccessController.idl
+++ b/udkapi/com/sun/star/security/AccessController.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessController.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 09:32:44 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:29:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,6 @@
module com { module sun { module star { module security {
//=============================================================================
-
/** This meta service supports the XAccessController interface for checking
security permissions.
@@ -87,7 +86,7 @@ module com { module sun { module star { module security {
@since #107627#
*/
-service AccessController
+published service AccessController
{
interface XAccessController;
};