diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:30:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:30:58 +0000 |
commit | 703f327cb75631a4e0069a345e9e9b91cc88b1a4 (patch) | |
tree | 6db61f28bb819ad99f0493d515632af319f173f6 /udkapi/com/sun/star/security | |
parent | 36371f0130957e12636d40c20e1f48b3d676f71f (diff) |
INTEGRATION: CWS sb18 (1.4.92); FILE MERGED
2004/05/21 15:10:26 sb 1.4.92.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/security')
-rw-r--r-- | udkapi/com/sun/star/security/XAction.idl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/security/XAction.idl b/udkapi/com/sun/star/security/XAction.idl index d30cf94ab961..a64e6456afe5 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2003-04-17 09:33:54 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:30:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,6 @@ #ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> #endif - #ifndef __com_sun_star_uno_Exception_idl__ #include <com/sun/star/uno/Exception.idl> #endif @@ -80,7 +79,7 @@ module com { module sun { module star { module security { @since #107627# */ -interface XAction : com::sun::star::uno::XInterface +published interface XAction : com::sun::star::uno::XInterface { /** Action to be done. |