summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uri
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uri')
-rw-r--r--udkapi/com/sun/star/uri/UriReferenceFactory.idl6
-rw-r--r--udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl4
-rw-r--r--udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl4
-rw-r--r--udkapi/com/sun/star/uri/XUriReference.idl2
-rw-r--r--udkapi/com/sun/star/uri/XUriReferenceFactory.idl6
-rw-r--r--udkapi/com/sun/star/uri/XUriSchemeParser.idl4
6 files changed, 13 insertions, 13 deletions
diff --git a/udkapi/com/sun/star/uri/UriReferenceFactory.idl b/udkapi/com/sun/star/uri/UriReferenceFactory.idl
index b83331771cff..514091dc2ab4 100644
--- a/udkapi/com/sun/star/uri/UriReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/UriReferenceFactory.idl
@@ -34,10 +34,10 @@ published interface XUriReferenceFactory;
scheme-specific parser. Such a scheme-specific parser will typically enforce
additional restrictions during parsing, and will typically return objects
that support extra, scheme-specific interfaces in addition to
- <type scope="com::sun::star::uri">XUriReference</type>. If no such parser
+ com::sun::star::uri::XUriReference. If no such parser
is found, and for relative URI references, a generic parser is used, which
returns objects that only support
- <type scope="com::sun::star::uri">XUriReference</type>.</p>
+ com::sun::star::uri::XUriReference.</p>
<p>Locating a scheme-specific parser works as follows: A scheme consists of
Latin captial letters
@@ -58,7 +58,7 @@ published interface XUriReferenceFactory;
&ldquo;<code>com.sun.star.uri.UriSchemeParser_</code>&rdquo; and
<var>s</var>&prime;, then that service is used. It is an error if that
service does not support
- <type scope="com::sun::star::uri">XUriSchemeParser</type>.</p>
+ com::sun::star::uri::XUriSchemeParser.</p>
@since OOo 2.0
*/
diff --git a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
index 139d8864f82b..aee75e8f1b77 100644
--- a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
+++ b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
@@ -34,11 +34,11 @@ published interface XUriSchemeParser;
<code>"vnd.sun.star.expand"</code>, ignoring case. The objects returned by
<member scope="com::sun::star::uri">XUriSchemeParser::parse</member>
implement
- <type scope="com::sun::star::uri">XVndSunStarExpandUrlReference</type>.</p>
+ com::sun::star::uri::XVndSunStarExpandUrlReference.</p>
<p>This service is not intended to be instantiated directly by client code.
Rather, it should be used indirectly through the
- <type scope="com::sun::star::uri">UriReferenceFactory</type> service.</p>
+ com::sun::star::uri::UriReferenceFactory service.</p>
@since OOo 2.3
*/
diff --git a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
index fb55b1189ddb..4a70406083c9 100644
--- a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
+++ b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
@@ -34,11 +34,11 @@ published interface XUriSchemeParser;
<code>"vnd.sun.star.script"</code>, ignoring case. The objects returned by
<member scope="com::sun::star::uri">XUriSchemeParser::parse</member>
implement
- <type scope="com::sun::star::uri">XVndSunStarScriptUrlReference</type>.</p>
+ com::sun::star::uri::XVndSunStarScriptUrlReference.</p>
<p>This service is not intended to be instantiated directly by client code.
Rather, it should be used indirectly through the
- <type scope="com::sun::star::uri">UriReferenceFactory</type> service.</p>
+ com::sun::star::uri::UriReferenceFactory service.</p>
@since OOo 2.0
*/
diff --git a/udkapi/com/sun/star/uri/XUriReference.idl b/udkapi/com/sun/star/uri/XUriReference.idl
index d7484929c6c1..54f4e2fd8650 100644
--- a/udkapi/com/sun/star/uri/XUriReference.idl
+++ b/udkapi/com/sun/star/uri/XUriReference.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module uri {
@see com::sun::star::uri::UriReferenceFactory
which allows to create URI reference objects that support
- <type scope="com::sun::star::uri">XUriReference</type> and additional,
+ com::sun::star::uri::XUriReference and additional,
scheme-specific interfaces.
@since OOo 2.0
diff --git a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
index 4cbac08879f4..5f3c56a3fbd5 100644
--- a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
@@ -43,7 +43,7 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
@returns
an object that supports
- <type scope="com::sun::star::uri">XUriReference</type> (and possibly also
+ com::sun::star::uri::XUriReference (and possibly also
additional, scheme-specific interfaces), if the given input can be parsed
into a URI reference; otherwise, <NULL/> is returned.
*/
@@ -76,7 +76,7 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
@returns
a fresh object that supports
- <type scope="com::sun::star::uri">XUriReference</type> (and possibly also
+ com::sun::star::uri::XUriReference (and possibly also
additional, scheme-specific interfaces), if the given
<code>uriReference</code> is either already absolute, or can be resolved
to an absolute URI reference, relative to the given
@@ -133,7 +133,7 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
@returns
a fresh object that supports
- <type scope="com::sun::star::uri">XUriReference</type>, if the given
+ com::sun::star::uri::XUriReference, if the given
<code>uriReference</code> is either already relative, or is not
hierarchical, or is of a different scheme than the given
<code>baseUriReference</code>, or can be changed to a relative URI
diff --git a/udkapi/com/sun/star/uri/XUriSchemeParser.idl b/udkapi/com/sun/star/uri/XUriSchemeParser.idl
index b51cb77c7438..881c19a2dd09 100644
--- a/udkapi/com/sun/star/uri/XUriSchemeParser.idl
+++ b/udkapi/com/sun/star/uri/XUriSchemeParser.idl
@@ -41,7 +41,7 @@ published interface XUriSchemeParser: com::sun::star::uno::XInterface {
references (with an optional fragment part).</p>
<p>If an object is returned, the behaviour of its
- <type scope="com::sun::star::uri">XUriReference</type> methods must
+ com::sun::star::uri::XUriReference methods must
reflect the fact that the object represents an absolute URI reference
with the given scheme and scheme-specific part, and without a fragment
part.</p>
@@ -55,7 +55,7 @@ published interface XUriSchemeParser: com::sun::star::uno::XInterface {
@returns
an object that supports
- <type scope="com::sun::star::uri">XUriReference</type> (and possibly also
+ com::sun::star::uri::XUriReference (and possibly also
additional, scheme-specific interfaces), if the given input can be parsed
into an absolute URI; otherwise, <NULL/> is returned.
*/