diff options
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 db14da1009d1..fa58b8b4c164 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.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2004-09-09 17:01:46 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:13:23 $ * * 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 OOo1.1.2 + @since OOo 1.1.2 */ published exception AccessControlException : com::sun::star::uno::SecurityException { |