diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-09 15:02:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-09 15:02:39 +0000 |
commit | d9db5d3e6d3e9b6c21db459194a9578cb917197b (patch) | |
tree | f487d328975ad360e3f451cb3a90e72b1270ad05 /offapi/com/sun/star/deployment | |
parent | 1b5a0b45e6d50c365345b67040a940f6d01d6090 (diff) |
INTEGRATION: CWS toolbars2 (1.3.60); FILE MERGED
2004/08/19 12:29:46 mi 1.3.60.1: #i33199# @since with version number instead of issue id
Diffstat (limited to 'offapi/com/sun/star/deployment')
-rw-r--r-- | offapi/com/sun/star/deployment/DeploymentException.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/deployment/DeploymentException.idl b/offapi/com/sun/star/deployment/DeploymentException.idl index 00505611bfdf..5939919cf58a 100644 --- a/offapi/com/sun/star/deployment/DeploymentException.idl +++ b/offapi/com/sun/star/deployment/DeploymentException.idl @@ -2,9 +2,9 @@ * * $RCSfile: DeploymentException.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-06-11 11:48:45 $ + * last change: $Author: obo $ $Date: 2004-09-09 16:02:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,7 @@ module com { module sun { module star { module deployment { /** A DeploymentException reflects a deployment error. - @since #i20304# + @since OOo 2.0.0 */ exception DeploymentException : com::sun::star::uno::Exception { |