diff options
-rw-r--r-- | udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/reflection/XConstantTypeDescription.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl b/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl index de38c9ef4efa..6282563b5382 100644 --- a/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl +++ b/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl @@ -2,9 +2,9 @@ * * $RCSfile: TypeDescriptionSearchDepth.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:58:07 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:09:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,7 @@ /** Defines depths for searching through type description collections. - @since OOo1.1.2 + @since OOo 1.1.2 */ published enum TypeDescriptionSearchDepth { diff --git a/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl b/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl index 11325f005ffb..161e63a83606 100644 --- a/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: XConstantTypeDescription.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:58:20 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:09:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ @see XModuleTypeDescription @see XConstantsTypeDescription - @since OOo1.1.2 + @since OOo 1.1.2 */ published interface XConstantTypeDescription : com::sun::star::reflection::XTypeDescription |