diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-09 16:01:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-09 16:01:46 +0000 |
commit | 296580e7c2c8876603f675d3e00bb6737e6becb0 (patch) | |
tree | e62e62f2baa348684ad1ac839a1ab89bac389df8 /udkapi/com/sun/star/security | |
parent | 8d928e250ca0eb6b634c43a6b5369317b8c22909 (diff) |
INTEGRATION: CWS toolbars2 (1.11.24); FILE MERGED
2004/08/19 12:31:52 mi 1.11.24.1: #i33199# @since with version number instead of issue id
Diffstat (limited to 'udkapi/com/sun/star/security')
-rw-r--r-- | udkapi/com/sun/star/security/AccessControlException.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/security/AccessControlException.idl b/udkapi/com/sun/star/security/AccessControlException.idl index 867081750bc7..db14da1009d1 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.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2004-06-03 16:29:14 $ + * last change: $Author: obo $ $Date: 2004-09-09 17:01:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ module com { module sun { module star { module security { /** Exception notifying a lacking permission to access data or execute code thus it is thrown if permission ought to be denied. - @since #107627# + @since OOo1.1.2 */ published exception AccessControlException : com::sun::star::uno::SecurityException { |