diff options
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/uri/XUriReference.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/uri/XUriReferenceFactory.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/uri/XUriSchemeParser.idl | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/udkapi/com/sun/star/uri/XUriReference.idl b/udkapi/com/sun/star/uri/XUriReference.idl index 3d064a8682ba..baec3d9dbfd4 100644 --- a/udkapi/com/sun/star/uri/XUriReference.idl +++ b/udkapi/com/sun/star/uri/XUriReference.idl @@ -2,9 +2,9 @@ * * $RCSfile: XUriReference.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-09-09 17:05:11 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:17:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ module com { module sun { module star { module uri { <type scope="com::sun::star::uri">XUriReference</type> and additional, scheme-specific interfaces. - @since OOo2.0.0 + @since OOo 2.0.0 */ interface XUriReference: com::sun::star::uno::XInterface { /** diff --git a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl index 5ac4b2f4f622..baa469d8c502 100644 --- a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl +++ b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: XUriReferenceFactory.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-09-09 17:05:24 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:17:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ module com { module sun { module star { module uri { <p>See <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a> for a description of URI references and related terms.</p> - @since OOo2.0.0 + @since OOo 2.0.0 */ interface XUriReferenceFactory: com::sun::star::uno::XInterface { /** diff --git a/udkapi/com/sun/star/uri/XUriSchemeParser.idl b/udkapi/com/sun/star/uri/XUriSchemeParser.idl index 99276a743183..0a3222ce86de 100644 --- a/udkapi/com/sun/star/uri/XUriSchemeParser.idl +++ b/udkapi/com/sun/star/uri/XUriSchemeParser.idl @@ -2,9 +2,9 @@ * * $RCSfile: XUriSchemeParser.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-09-09 17:05:38 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:18:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ module com { module sun { module star { module uri { <p>See <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a> for a description of URIs and related terms.</p> - @since OOo2.0.0 + @since OOo 2.0.0 */ interface XUriSchemeParser: com::sun::star::uno::XInterface { /** |