diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:33:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:33:54 +0000 |
commit | 8f46aeafbf175308a45a4bf1c703617592b96004 (patch) | |
tree | ef46eeb88400be425b4a6526dd77694015ccf155 /udkapi | |
parent | 94d6d1313eb20b3d8c67cc9a8a73478dba6038ca (diff) |
INTEGRATION: CWS sdk01 (1.1.30); FILE MERGED
2003/04/07 09:03:15 mi 1.1.30.1: #107627# new idls marked with @since
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/security/XAction.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/security/XAction.idl b/udkapi/com/sun/star/security/XAction.idl index e5f0a6c9d1d6..d30cf94ab961 100644 --- a/udkapi/com/sun/star/security/XAction.idl +++ b/udkapi/com/sun/star/security/XAction.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAction.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:36:56 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:33:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,6 +77,8 @@ module com { module sun { module star { module security { //============================================================================= /** Interface for running an action. + + @since #107627# */ interface XAction : com::sun::star::uno::XInterface { |