diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:18:05 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:18:05 +0000 |
commit | 910189f751686492b50b9f1f95557dac46ed37da (patch) | |
tree | 8a36047b3245d38d4e43eea3462383ebba068f4b /udkapi | |
parent | a537df1d3dcf3a111cfe2c98cae97b9755be14fa (diff) |
INTEGRATION: CWS sdk14 (1.4.16); FILE MERGED
2005/02/02 15:46:26 mi 1.4.16.1: #i33588# since tags corrected
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 3d064a868..baec3d9db 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 5ac4b2f4f..baa469d8c 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 99276a743..0a3222ce8 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 { /** |