diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:29:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:29:30 +0000 |
commit | 9da581011c47f367d1df9ac483aa61c9b959c89b (patch) | |
tree | 525f101f44308321149ca84edf43ba93dd6a4f16 /udkapi | |
parent | 9b42ccd91f40b12194ddd0a7ae6b7fe3cac83cf2 (diff) |
INTEGRATION: CWS sb18 (1.9.92); FILE MERGED
2004/05/21 15:10:24 sb 1.9.92.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/security/AccessController.idl | 7 |
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; }; |