diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:13:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:13:23 +0000 |
commit | 3b51f4602dbee58ec7ade79d895d15304602412f (patch) | |
tree | b0b2a595151833d7a78351440e3150cab4583731 /udkapi/com/sun/star/security | |
parent | 3854300ccb1e4c310b44e04ba9c28a20bb8386aa (diff) |
INTEGRATION: CWS sdk14 (1.12.16); FILE MERGED
2005/02/02 15:46:22 mi 1.12.16.1: #i33588# since tags corrected
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 { |