diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:29:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:29:14 +0000 |
commit | 9b42ccd91f40b12194ddd0a7ae6b7fe3cac83cf2 (patch) | |
tree | 71792942f5593667809f919a7e136536ec6994f5 /udkapi | |
parent | 0d94aa125e437f53aa143e8ad766fb3882fd3cdd (diff) |
INTEGRATION: CWS sb18 (1.10.92); FILE MERGED
2004/05/21 15:10:23 sb 1.10.92.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/security/AccessControlException.idl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/security/AccessControlException.idl b/udkapi/com/sun/star/security/AccessControlException.idl index 8c354cbff1c8..867081750bc7 100644 --- a/udkapi/com/sun/star/security/AccessControlException.idl +++ b/udkapi/com/sun/star/security/AccessControlException.idl @@ -2,9 +2,9 @@ * * $RCSfile: AccessControlException.idl,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2003-04-17 09:32:32 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:29:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,6 @@ #include <com/sun/star/uno/SecurityException.idl> #endif - //============================================================================= module com { module sun { module star { module security { @@ -77,7 +76,7 @@ module com { module sun { module star { module security { @since #107627# */ -exception AccessControlException : com::sun::star::uno::SecurityException +published exception AccessControlException : com::sun::star::uno::SecurityException { /** lacking permission. |