diff options
-rw-r--r-- | udkapi/com/sun/star/security/XAction.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/uno/DeploymentException.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/security/XAction.idl b/udkapi/com/sun/star/security/XAction.idl index a64e6456afe5..138250ef67f8 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-06-03 16:30:58 $ + * last change: $Author: obo $ $Date: 2004-09-09 17:03:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ module com { module sun { module star { module security { /** Interface for running an action. - @since #107627# + @since OOo1.1.2 */ published interface XAction : com::sun::star::uno::XInterface { diff --git a/udkapi/com/sun/star/uno/DeploymentException.idl b/udkapi/com/sun/star/uno/DeploymentException.idl index 5cc8b30743bf..0141a8409de7 100644 --- a/udkapi/com/sun/star/uno/DeploymentException.idl +++ b/udkapi/com/sun/star/uno/DeploymentException.idl @@ -2,9 +2,9 @@ * * $RCSfile: DeploymentException.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-06-03 16:34:28 $ + * last change: $Author: obo $ $Date: 2004-09-09 17:03:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ /** Exception signalling a deployment error. - @since #107627# + @since OOo1.1.2 */ published exception DeploymentException : com::sun::star::uno::RuntimeException { |