diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:10:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:10:54 +0000 |
commit | 19379ad05e95c3c9adf277a23a741927d15f2384 (patch) | |
tree | 8f02fbe6fca60bf9fe50b654e10f4083450ac3b6 /udkapi | |
parent | 58fd27c9984d887dc539407bbed13fc89e2b12c7 (diff) |
INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED
2005/02/02 15:46:19 mi 1.3.16.1: #i33588# since tags corrected
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/XParameter.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/reflection/XPublished.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/reflection/XParameter.idl b/udkapi/com/sun/star/reflection/XParameter.idl index 82f1c7af71c2..d5528767da74 100644 --- a/udkapi/com/sun/star/reflection/XParameter.idl +++ b/udkapi/com/sun/star/reflection/XParameter.idl @@ -2,9 +2,9 @@ * * $RCSfile: XParameter.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:59:23 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:10:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ module com { module sun { module star { module reflection { <p>This type supersedes <type>XMethodParameter</type>, which only supports parameters of interface methods (which cannot have rest parameters).</p> - @since OOo2.0.0 + @since OOo 2.0.0 */ interface XParameter: XMethodParameter { /** diff --git a/udkapi/com/sun/star/reflection/XPublished.idl b/udkapi/com/sun/star/reflection/XPublished.idl index 8ad4a2ce15f2..6c04184f38bb 100644 --- a/udkapi/com/sun/star/reflection/XPublished.idl +++ b/udkapi/com/sun/star/reflection/XPublished.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPublished.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:59:48 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:10:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,7 +130,7 @@ module com { module sun { module star { module reflection { supported.</li> </ul> - @since OOo2.0.0 + @since OOo 2.0.0 */ interface XPublished { /** |